aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-12integrate trust manager into conversationsChristian Schneppe1-2/+2
2018-02-26added config param to use a random resource at every bindChristian Schneppe1-2/+3
2018-02-22request disco items before disco#info on first connectChristian Schneppe1-1/+7
2018-02-22warn when attempting to write stanza to an unbound streamChristian Schneppe1-20/+28
2018-02-19do not allow insecure bindChristian Schneppe1-7/+5
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe2-3/+4
2018-02-10SM saftey checksChristian Schneppe1-1/+11
2018-01-21permanently cache last resolver resultChristian Schneppe1-0/+14
2018-01-21remove wakelocks in XmlReaderChristian Schneppe1-12/+2
2018-01-21use countdownlatch to check if TagWriter has finishedChristian Schneppe1-11/+1
2018-01-21fixed interupt handlingChristian Schneppe1-16/+30
2018-01-21postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe1-4/+6
2018-01-21disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe1-0/+4
2018-01-21properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe1-1/+1
2017-12-27show pep as available if omemo_all_access has been installed on serverChristian Schneppe1-4/+6
2017-12-16XmppConnection: refactor registration code. 'Open Website' on PAYMENT_REQUIRE...Christian Schneppe1-54/+65
2017-11-29add exception list for encryption warningChristian Schneppe1-0/+3
2017-11-28some bug fixesChristian Schneppe11-13/+13
2017-11-23code cleanupChristian Schneppe12-15/+13
2017-11-22use empty wake lock tagChristian Schneppe1-2/+2
2017-11-21JingleConnection: fixed rare npe when canceling jingleChristian Schneppe1-3/+2
2017-11-21apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe1-1/+1
2017-11-21remove prosody push from blacklistChristian Schneppe1-3/+0
2017-11-20SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe1-1/+1
2017-10-29XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe1-1/+6
2017-10-29XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe1-1/+9
2017-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-09-04wait up to 2s to let server close socket before force closingChristian Schneppe1-20/+24
2017-09-04fixed jingle state machine being thrown off by iq-result coming after session...Christian Schneppe2-12/+14
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-0/+2
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-0/+2
2017-08-01use base64 instead of base36 when creating random stringsChristian Schneppe1-2/+2
2017-08-01skip initial socket closing if thread was already interruptedChristian Schneppe1-1/+7
2017-08-01use publish-options instead of always pushing node configurationChristian Schneppe2-2/+21
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-5/+1
2017-08-01catch IllegalArgumentException caused by invalid custom hostnameChristian Schneppe1-7/+4
2017-08-01verify with hostname in direct tls connectionsChristian Schneppe1-1/+1
2017-08-01throw state changing exception on failed tls only if no more connection optio...Christian Schneppe1-1/+3
2017-08-01work around idn short comings in minidnsChristian Schneppe1-1/+2
2017-08-01catch state changing error when sending timeout to iq callbacksChristian Schneppe1-3/+7
2017-08-01deduplicate disco items before disco#infoChristian Schneppe1-1/+7
2017-08-01add publish-options helper classChristian Schneppe1-0/+17
2017-06-24fixed ip reporting for dns look upsChristian Schneppe1-1/+1
2017-06-24also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe1-16/+16
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-25/+14
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-9/+31
2017-05-31rename resource on bind conflictChristian Schneppe1-1/+7
2017-05-31invoke statusChanged callback after syncronizationChristian Schneppe1-16/+20
2017-05-31synchronize on dedicated lock for catchup instead of accountChristian Schneppe1-1/+7
2017-05-28clean up client cert selection codeChristian Schneppe1-1/+2