-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Join MUC with an iPhone that contains a smiley in the device name #879
Comments
Does the MUC code in XMPPFramework use your device name, or is that in your code? This might be a problem with libxml. |
As reported in the issue robbiehanson#879, it isn’t possible to join a MUC with a nickname that contains some Emojis. Quick fix that prevent failure.
Hi @chrisballinger , You're right! I was calling this method in my code And I wasn't handling Emojis in the nickname, so I added this in my code :
I call
and it works fine! So I update the code in XMPPFramework to handle this case and I created a pull request. |
Hi guys,
I just found a small issue. When I'm try to join a MUC with an iPhone that contains a smiley in the device name, it doesn't work. When I remove the smiley, everything works fine!
By "device name", I mean the parameter : Settings>General>About>Name
Cheers
The text was updated successfully, but these errors were encountered: