aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-11introduces JidUtil for Jid creation, fixes duplication of childs while adding...steckbrief1-1/+2
2018-05-06introduces new message state modelsteckbrief1-3/+5
2018-05-05introduces new message state modelsteckbrief1-3/+5
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and FS...steckbrief1-2/+4
2017-08-06Implements XEP-0202 Entity Time, moves Software Version to xmpp package, move...steckbrief1-4/+6
2017-08-01Implements FS#106: Add expert setting to log xml tracesteckbrief1-1/+6
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some minor...steckbrief1-0/+1
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief1-21/+50
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-9/+8
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-1/+2
2015-12-11Removed stupid DNS query codesteckbrief1-55/+23
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief1-42/+42
2015-10-21Access to preferences moved to global utility class ConversationsPlusPreferen...steckbrief1-11/+0
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-30/+30
2015-05-28let dns library take care of no-srv style hosts as wellDaniel Gultsch1-3/+0
2015-05-25use same sm check inside xmppconnection and outDaniel Gultsch1-1/+1
2015-05-18use same socket time out for jingle and xmpp connectionsDaniel Gultsch1-1/+1
2015-05-17fixed crash on failed account registryDaniel Gultsch1-1/+1
2015-05-08throw proper exception before changing account into error stateDaniel Gultsch1-11/+31
2015-05-06fixed npe when missing instructions on failed registerDaniel Gultsch1-7/+5
2015-05-06fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch1-0/+9
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch1-4/+14
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-27/+48
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-09don't resume old session when changing resourceiNPUTmice1-0/+4
2015-03-20wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice1-26/+42
2015-03-05avoid unnecessary thread creationiNPUTmice1-0/+7
2015-02-12load messages asynchronouslyiNPUTmice1-0/+6
2015-02-10added actions to error notificationiNPUTmice1-0/+5
2015-02-09disabled cipher loggingiNPUTmice1-1/+1
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-1/+2
2015-01-29don't count when attempt failed completlyiNPUTmice1-0/+1
2015-01-19Remove legacy SSL supportSam Whited1-15/+11
2015-01-14Harden the TLS connection cipher suitesSam Whited1-0/+7
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch1-27/+23
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited1-5/+19
2015-01-04Make IqPacket type an enumSam Whited1-23/+23
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch1-69/+35
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch1-2/+2
2015-01-02improved OTR verification part oneDaniel Gultsch1-2/+2
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-25Add ability to change password on serverSam Whited1-0/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-125/+131
2014-12-14possible dns fixesiNPUTmice1-1/+1
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-5/+11