aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jid/Jid.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-18support for jid escapting when displaying localpart onlyChristian Schneppe1-0/+14
2016-11-19reformat codeChristian Schneppe1-199/+199
2016-10-26write prepped string to db. use display version everywhere elseChristian Schneppe1-1/+18
2016-09-14don't use display version of jidsDaniel Gultsch1-14/+10
2016-07-29changed package id inside manifest and projectChristian Schneppe1-2/+2
2015-10-11Improve InvalidJidException handling in Jid classAndreas Straub1-2/+2
2015-05-14Force Nameprepping of JID domain partsAndreas Straub1-3/+10
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski1-5/+9
2015-03-05added config option to disable string prep in jidsiNPUTmice1-3/+4
2015-03-04experimantal in memory jid cachingiNPUTmice1-0/+15
2015-02-26check for null in jid parseriNPUTmice1-0/+2
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-1/+5
2014-12-02Allow JIDs such as "example.net/@"Sam Whited1-3/+2
2014-12-02"example.net/@/" should be a valid JID.Sam Whited1-164/+166
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
2014-11-14Add SCRAM-SHA1 supportSam Whited1-1/+1
2014-11-12Make sure we're storing the display JID as UnicodeSam Whited1-2/+3
2014-11-10made Jid class parse otr session idsiNPUTmice1-0/+10
2014-11-09Check for illegal arguments to the toASCII funcSam Whited1-2/+10
2014-11-09Create avatar's for JID's w/o localpartsSam Whited1-1/+1
2014-11-09Fix JID parsing errorSam Whited1-1/+1
2014-11-09Update another chunk of stuff to use JID objectsSam Whited1-0/+4
2014-11-09Update more files to use JID objectsSam Whited1-0/+4
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-5/+14
2014-11-09Use factories to generate JIDsSam Whited1-18/+22
2014-11-09Improve JID error handlingSam Whited1-9/+9
2014-11-09Add first attempt at JID classSam Whited1-0/+151