aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* possible dns fixesiNPUTmice2014-12-141-1/+1
|
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-5/+11
|
* very basic mam supportiNPUTmice2014-12-101-0/+8
|
* cleanup: removed stream compressioniNPUTmice2014-12-091-56/+0
|
* do not query service info from main server againiNPUTmice2014-12-011-5/+3
|
* work around to not confuse irc transport with real conference serversiNPUTmice2014-11-211-2/+7
|
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-1/+8
|
* better exception handling in XmppConnection.connect. (never return without ↵iNPUTmice2014-11-181-39/+15
| | | | throwing exception. use finally to release wake lock. use status.server_not_found instead of status.offline when necessary
* better error checking in ssl switch overiNPUTmice2014-11-161-5/+9
|
* small modifications for changing an account status in XmppConnectioniNPUTmice2014-11-151-8/+6
|
* Merge pull request #668 from SamWhited/auth-pinningDaniel Gultsch2014-11-151-43/+59
|\ | | | | Auth mechanism pinning
| * Set security error status on TLS cert mismatchSam Whited2014-11-151-6/+7
| |
| * Add incompatible server statusSam Whited2014-11-151-0/+1
| |
| * Add security error statusSam Whited2014-11-151-1/+2
| |
| * Make account status an enumSam Whited2014-11-151-25/+25
| |
| * Add auth method pinningSam Whited2014-11-151-13/+26
| |
* | fixed some disco / carbon related bugsiNPUTmice2014-11-151-29/+43
|/
* Improve auth error handling and state machineSam Whited2014-11-151-8/+7
|
* Add SCRAM-SHA1 supportSam Whited2014-11-141-298/+321
| | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* Refactor authentication codeSam Whited2014-11-121-29/+20
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-31/+31
| | | | Remove `Account.getFullJid()'
* Check for illegal arguments to the toASCII funcSam Whited2014-11-091-1/+7
|
* Fix issue with IDN SRV recordsSam Whited2014-11-091-2/+3
|
* It builds again!Sam Whited2014-11-091-5/+1
|
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-106/+95
|
* got rid of MTM and mRandom variable in favor of using a reference to serviceiNPUTmice2014-11-091-12/+7
|
* check if socket was null before doing ssl connectiNPUTmice2014-11-081-46/+42
|
* more error handling in xmppconnectioniNPUTmice2014-11-031-66/+78
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-34/+33
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+1130