Conversations/src/main/java/eu/siacs/conversations/persistance
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
..
DatabaseBackend.java Force Nameprepping of JID domain parts 2015-05-14 15:52:55 +02:00
FileBackend.java npe check after reading image uri 2015-04-28 22:23:45 +02:00
OnPhoneContactsMerged.java Make conversations the root project 2014-10-22 15:47:11 -04:00