aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some tor modificationsChristian Schneppe2018-05-171-1/+1
| | | | possibly fixes #199
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-4/+11
|
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-021-25/+35
|
* fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2018-04-221-0/+6
|
* messages coming from known muc server are treated as muc when creating ↵Christian Schneppe2018-04-121-3/+9
| | | | conversation
* presist http upload availibilityChristian Schneppe2018-04-121-5/+4
|
* trim to original resource if server added somethingChristian Schneppe2018-04-081-1/+23
|
* fixed rare crash on jolla devicesChristian Schneppe2018-04-071-1/+1
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-103/+94
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-101/+100
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-164/+161
|
* integrate trust manager into conversationsChristian Schneppe2018-03-121-2/+2
|
* added config param to use a random resource at every bindChristian Schneppe2018-02-261-2/+3
|
* request disco items before disco#info on first connectChristian Schneppe2018-02-221-1/+7
| | | | should make initial connect faster because code is not waiting for omemo code to run
* warn when attempting to write stanza to an unbound streamChristian Schneppe2018-02-221-20/+28
|
* do not allow insecure bindChristian Schneppe2018-02-191-7/+5
|
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe2018-02-191-2/+2
| | | | constant
* SM saftey checksChristian Schneppe2018-02-101-1/+11
|
* permanently cache last resolver resultChristian Schneppe2018-01-211-0/+14
|
* remove wakelocks in XmlReaderChristian Schneppe2018-01-211-12/+2
|
* use countdownlatch to check if TagWriter has finishedChristian Schneppe2018-01-211-11/+1
|
* fixed interupt handlingChristian Schneppe2018-01-211-16/+30
|
* postpone notification actions (mark as read, reply) until after messages are ↵Christian Schneppe2018-01-211-4/+6
| | | | loaded
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+4
|
* show pep as available if omemo_all_access has been installed on serverChristian Schneppe2017-12-271-4/+6
|
* XmppConnection: refactor registration code. 'Open Website' on ↵Christian Schneppe2017-12-161-54/+65
| | | | PAYMENT_REQUIRED failure
* use empty wake lock tagChristian Schneppe2017-11-221-2/+2
|
* apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe2017-11-211-1/+1
|
* SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe2017-11-201-1/+1
|
* XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe2017-10-291-1/+6
|
* XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe2017-10-291-1/+9
|
* wait up to 2s to let server close socket before force closingChristian Schneppe2017-09-041-20/+24
|
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-0/+2
|
* use base64 instead of base36 when creating random stringsChristian Schneppe2017-08-011-2/+2
|
* skip initial socket closing if thread was already interruptedChristian Schneppe2017-08-011-1/+7
|
* use publish-options instead of always pushing node configurationChristian Schneppe2017-08-011-0/+7
|
* catch IllegalArgumentException caused by invalid custom hostnameChristian Schneppe2017-08-011-7/+4
|
* verify with hostname in direct tls connectionsChristian Schneppe2017-08-011-1/+1
|
* throw state changing exception on failed tls only if no more connection ↵Christian Schneppe2017-08-011-1/+3
| | | | options left
* work around idn short comings in minidnsChristian Schneppe2017-08-011-1/+2
|
* catch state changing error when sending timeout to iq callbacksChristian Schneppe2017-08-011-3/+7
|
* deduplicate disco items before disco#infoChristian Schneppe2017-08-011-1/+7
|
* fixed ip reporting for dns look upsChristian Schneppe2017-06-241-1/+1
|
* also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe2017-06-241-16/+16
|
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-241-25/+14
|
* offer to open website if ibb offers oob redirectChristian Schneppe2017-06-241-9/+31
|
* rename resource on bind conflictChristian Schneppe2017-05-311-1/+7
|
* invoke statusChanged callback after syncronizationChristian Schneppe2017-05-311-16/+20
|
* synchronize on dedicated lock for catchup instead of accountChristian Schneppe2017-05-311-1/+7
|
* clean up client cert selection codeChristian Schneppe2017-05-281-1/+2
|