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