aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-09add origin-id to outgoing messagesChristian Schneppe1-1/+7
2017-03-09fixed regression that caused stanza-ids not to be savedChristian Schneppe1-2/+2
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe1-16/+18
2017-03-09deduplicate every message with a stanza-id from the serverChristian Schneppe1-3/+3
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-7/+7
2017-02-22Fix a typo in legacyChristian Schneppe1-5/+5
2017-02-22only extract stanza-id from live messages when disco feature is setChristian Schneppe1-2/+2
2017-02-22fixed behaviour in message parser when doing mam catchupChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-4/+5
2017-02-22rethink mam catchup strategiesChristian Schneppe1-2/+5
2017-02-15respond to xep-0184 requests in muc pmsChristian Schneppe1-2/+2
2017-01-29configurable local message retention period.Christian Schneppe1-3/+7
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe1-0/+9
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe1-9/+14
2016-12-25use original message to parse pepChristian Schneppe1-3/+3
2016-12-18don't correct a message if that would create a duplicateChristian Schneppe1-1/+2
2016-11-19reformat codeChristian Schneppe1-609/+609
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-07extracting stanza-id where by=accountChristian Schneppe1-2/+14
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-10/+6
2016-10-08fetch new conference configuration on every conf updateChristian Schneppe1-19/+18
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe1-1/+1
2016-10-08parse smacks delay from messagesChristian Schneppe1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-23/+23
2016-07-27add trillian to html otr parsing fixes #1963Daniel Gultsch1-1/+1
2016-06-30don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch1-5/+11
2016-06-28parse ยง5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch1-4/+12
2016-06-22refactor code that reads real jid from mucDaniel Gultsch1-15/+15
2016-06-19don't handle chat states in muc or from archiveDaniel Gultsch1-1/+3
2016-06-19synchronize message body changes for message correctionDaniel Gultsch1-17/+19
2016-06-19replace corrected messages in decryption queueDaniel Gultsch1-0/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-6/+8
2016-06-14refactored pgp decryptionDaniel Gultsch1-4/+2
2016-06-12parse real jid from muc mam messages. (disabled)Daniel Gultsch1-1/+15
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-3/+0
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-4/+4
2016-06-02make grace period configurableDaniel Gultsch1-2/+12
2016-06-01log background msgs not foreground msgsDaniel Gultsch1-1/+1
2016-06-01only log inner stanza but display isCarbonDaniel Gultsch1-1/+1
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-25don't respond to otr messages in muc pmsDaniel Gultsch1-4/+5
2016-05-21update ui after affiliation changesDaniel Gultsch1-0/+3
2016-05-19resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch1-0/+8
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-3/+13
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-2/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-3/+40
2016-05-14revert changes to disable last-seen in UIChristian Schneppe1-2/+5
2016-05-13do not show last-seen metric in UIDaniel Gultsch1-5/+2
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-5/+2