aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/XmppConnection.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-18better exception handling in XmppConnection.connect. (never return without ↵iNPUTmice1-39/+15
throwing exception. use finally to release wake lock. use status.server_not_found instead of status.offline when necessary
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
Conflicts: src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
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 Whited1-25/+25
2014-11-15Add auth method pinningSam Whited1-13/+26
2014-11-15Improve auth error handling and state machineSam Whited1-8/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited1-298/+321
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
2014-11-12Refactor authentication codeSam Whited1-29/+20
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-31/+31
Remove `Account.getFullJid()'
2014-11-09Check for illegal arguments to the toASCII funcSam Whited1-1/+7
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
2014-11-09It builds again!Sam Whited1-5/+1
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-106/+95
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
2014-10-22Make conversations the root projectSam Whited1-0/+0