conversations-classic/src/main/java/eu/siacs/conversations/xmpp/jid
Andreas Straub b69ee7125d Force Nameprepping of JID domain parts
The IDN.toAscii()/IDN.toUnicode() family only namepreps the original
domain passed to it if it contained non-ASCII characters. This means
that for all-ASCII domains, no canonicalization is performed, which
leads to issues like case-sensitivity. This workaround explicitly
namepreps domain parts before calling IDN.toAscii() on them, in order to
get a canonicalized representation (most notably, case invariance). A
basic DB migration is also included.
2015-05-14 15:52:55 +02:00
..
InvalidJidException.java check for null in jid parser 2015-02-26 16:56:07 +01:00
Jid.java Force Nameprepping of JID domain parts 2015-05-14 15:52:55 +02:00