aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug in XmppConnectionChristian Schneppe2018-07-151-3/+3
|
* support mam:1Christian Schneppe2018-07-091-5/+6
|
* improve identification of muc serviceChristian Schneppe2018-07-091-0/+1
|
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-171-1/+1
|
* report unparsable limit as http upload availableChristian Schneppe2018-06-161-1/+1
|
* add support for S3 file transfersChristian Schneppe2018-05-261-26/+31
|
* some tor modificationsChristian Schneppe2018-05-172-3/+3
| | | | possibly fixes #199
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+1
|
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-4/+11
|
* check if jid was valid before parsing muc status or event msgsChristian Schneppe2018-05-021-2/+12
|
* convert empty resources in messages to bare jidChristian Schneppe2018-05-021-1/+11
|
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-026-35/+200
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-8/+11
|
* fixed caps hash generation for empty form valuesChristian Schneppe2018-04-291-4/+1
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-103/+91
|
* 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
|
* use escaped form of jid where approriateChristian Schneppe2018-04-071-4/+4
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-103/+94
|
* migrate to xmpp-addrChristian Schneppe2018-04-0212-439/+152
|
* 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-192-3/+4
| | | | 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
|
* properly handle key transport messages. use prekeyparsing only when that ↵Christian Schneppe2018-01-211-1/+1
| | | | attribute is set
* 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
* add exception list for encryption warningChristian Schneppe2017-11-291-0/+3
|
* some bug fixesChristian Schneppe2017-11-2811-13/+13
|
* code cleanupChristian Schneppe2017-11-2312-15/+13
|
* use empty wake lock tagChristian Schneppe2017-11-221-2/+2
|
* JingleConnection: fixed rare npe when canceling jingleChristian Schneppe2017-11-211-3/+2
|
* apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe2017-11-211-1/+1
|
* remove prosody push from blacklistChristian Schneppe2017-11-211-3/+0
|
* 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
|