aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-11removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe1-1/+4
2018-08-30use volatile for thread object in XmppConnectionChristian Schneppe1-5/+4
2018-08-26upgrade babbler versionChristian Schneppe1-0/+5
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe2-0/+11
2018-07-29do not call listeners while being synchronized on stanza queueChristian Schneppe2-6/+20
2018-07-15fix bug in XmppConnectionChristian Schneppe1-3/+3
2018-07-09support mam:1Christian Schneppe1-5/+6
2018-07-09improve identification of muc serviceChristian Schneppe1-0/+1
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe1-1/+1
2018-06-16report unparsable limit as http upload availableChristian Schneppe1-1/+1
2018-05-26add support for S3 file transfersChristian Schneppe1-26/+31
2018-05-17some tor modificationsChristian Schneppe2-3/+3
possibly fixes #199
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-1/+1
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-4/+11
2018-05-02check if jid was valid before parsing muc status or event msgsChristian Schneppe1-2/+12
2018-05-02convert empty resources in messages to bare jidChristian Schneppe1-1/+11
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe6-35/+200
2018-04-30very much unoptimized search functionalityChristian Schneppe1-8/+11
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe1-4/+1
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-103/+91
2018-04-22fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe1-0/+6
2018-04-12messages coming from known muc server are treated as muc when creating ↵Christian Schneppe1-3/+9
conversation
2018-04-12presist http upload availibilityChristian Schneppe1-5/+4
2018-04-08trim to original resource if server added somethingChristian Schneppe1-1/+23
2018-04-07fixed rare crash on jolla devicesChristian Schneppe1-1/+1
2018-04-07use escaped form of jid where approriateChristian Schneppe1-4/+4
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-103/+94
2018-04-02migrate to xmpp-addrChristian Schneppe12-439/+152
2018-04-01get rid of customizable resourcesChristian Schneppe1-164/+161
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
should make initial connect faster because code is not waiting for omemo code to run
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 ↵Christian Schneppe2-3/+4
constant
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
loaded
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 ↵Christian Schneppe1-1/+1
attribute is set
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 ↵Christian Schneppe1-54/+65
PAYMENT_REQUIRED failure
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