CSH schrieb:
In my opinion it should theoretically work, because
Extensible Messaging and Presence Protocol (XMPP): Address Format
says:
This profile uses Unicode 3.2 with the list of unassigned code points in Table A.1, both as defined in Appendix A of [STRINGPREP].
RFC 3454 - Preparation of Internationalized Strings ("stringprep")
lists U+1F600 as unassigned code point in Appendix A.1 (1D800-1FFFD)
That's what I thought too
I replaced the libidn library with the newest version, but unfortunately I still get a malformed JID error.
I'm pretty new to the openfire source, so could you please tell me where I could set a breakpoint to examine the JID validation?