Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stringprep_xmpp_nodeprep converts value as lowercase #9

Open
hamzaozturk opened this issue Dec 31, 2020 · 0 comments
Open

stringprep_xmpp_nodeprep converts value as lowercase #9

hamzaozturk opened this issue Dec 31, 2020 · 0 comments

Comments

@hamzaozturk
Copy link

+ (nullable NSString *)idn_prepNode:(NSString *)node

if(stringprep_xmpp_nodeprep(buf, sizeof(buf)) != 0) return nil;

This function causes value to be lowercase.

XMPPJID(string: "[email protected]")

if i init XMPPJID like above, it returns as

Is there a special reason that it converts node value as lowercase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant