aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jid/Jid.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel Gultsch2016-10-201-0/+17
* don't use display version of jidsDaniel Gultsch2016-09-121-14/+10
* Improve InvalidJidException handling in Jid classAndreas Straub2015-10-111-2/+2
* Force Nameprepping of JID domain partsAndreas Straub2015-05-141-3/+10
* Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski2015-03-111-5/+9
* added config option to disable string prep in jidsiNPUTmice2015-03-051-3/+4
* experimantal in memory jid cachingiNPUTmice2015-03-041-0/+15
* check for null in jid parseriNPUTmice2015-02-261-0/+2
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-1/+5
* Allow JIDs such as "example.net/@"Sam Whited2014-12-021-3/+2
* "example.net/@/" should be a valid JID.Sam Whited2014-12-021-164/+166
* Fix RFC 6122 implementationSam Whited2014-12-021-4/+5
* Add SCRAM-SHA1 supportSam Whited2014-11-141-1/+1
* Make sure we're storing the display JID as UnicodeSam Whited2014-11-121-2/+3
* made Jid class parse otr session idsiNPUTmice2014-11-101-0/+10
* Check for illegal arguments to the toASCII funcSam Whited2014-11-091-2/+10
* Create avatar's for JID's w/o localpartsSam Whited2014-11-091-1/+1
* Fix JID parsing errorSam Whited2014-11-091-1/+1
* Update another chunk of stuff to use JID objectsSam Whited2014-11-091-0/+4
* Update more files to use JID objectsSam Whited2014-11-091-0/+4
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-5/+14
* Use factories to generate JIDsSam Whited2014-11-091-18/+22
* Improve JID error handlingSam Whited2014-11-091-9/+9
* Add first attempt at JID classSam Whited2014-11-091-0/+151