aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jid (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Retab JID file
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
JID resourceparts should be able to contain "@" and "/" characters
2014-11-14Add SCRAM-SHA1 supportSam Whited1-1/+1
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
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 Whited2-9/+57
2014-11-09Add first attempt at JID classSam Whited1-0/+151