aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)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
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
2014-12-01do not query service info from main server againiNPUTmice1-5/+3
2014-11-21work around to not confuse irc transport with real conference serversiNPUTmice1-2/+7
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice3-1/+133
2014-11-18better exception handling in XmppConnection.connect. (never return without th...iNPUTmice1-39/+15
2014-11-17avoided some null pointersiNPUTmice1-2/+6
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+9
2014-11-15small modifications for changing an account status in XmppConnectioniNPUTmice1-8/+6
2014-11-15Set security error status on TLS cert mismatchSam Whited1-6/+7
2014-11-15Add incompatible server statusSam Whited1-0/+1
2014-11-15fixed some disco / carbon related bugsiNPUTmice1-29/+43
2014-11-15Add security error statusSam Whited1-1/+2
2014-11-15Make account status an enumSam Whited2-26/+26
2014-11-15Add auth method pinningSam Whited1-13/+26
2014-11-15better cleanup after unsuccesful transfersiNPUTmice3-1/+35
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-3/+10
2014-11-15fixed resending for files as welliNPUTmice1-0/+1
2014-11-15made file transfers cancelableiNPUTmice3-20/+48
2014-11-15progress for ibb transfersiNPUTmice4-13/+25
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+20
2014-11-15support for pgp filesiNPUTmice1-0/+2
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+6
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-7/+4
2014-11-15basic arbitrary file transferiNPUTmice2-55/+84
2014-11-15Improve auth error handling and state machineSam Whited1-8/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited2-299/+322
2014-11-12Make sure we're storing the display JID as UnicodeSam Whited1-2/+3
2014-11-12Refactor authentication codeSam Whited1-29/+20
2014-11-10made Jid class parse otr session idsiNPUTmice1-0/+10
2014-11-10more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice1-1/+1
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited4-45/+45
2014-11-09refactored code to always contain full jid for counterpartiNPUTmice1-1/+1
2014-11-09return null if from ist not set in abstract stanzaiNPUTmice1-12/+17
2014-11-09Check for illegal arguments to the toASCII funcSam Whited2-3/+17
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
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-09It builds again!Sam Whited1-5/+1
2014-11-09Update another chunk of stuff to use JID objectsSam Whited1-0/+4
2014-11-09Update more files to use JID objectsSam Whited7-47/+72
2014-11-09Move a chunk of classes over to using JID objectsSam Whited4-117/+118
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
2014-11-09got rid of MTM and mRandom variable in favor of using a reference to serviceiNPUTmice1-12/+7
2014-11-08check if socket was null before doing ssl connectiNPUTmice1-46/+42
2014-11-03more error handling in xmppconnectioniNPUTmice1-66/+78