aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/AbstractParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-21show file too large instead of generic delivery failedChristian Schneppe1-5/+29
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-2/+5
2018-04-02migrate to xmpp-addrChristian Schneppe1-8/+7
2017-11-21catch all sorts of date parsing errorsChristian Schneppe1-1/+1
2017-08-01check length first in timestamp parserChristian Schneppe1-1/+1
2017-06-01do not parse delay tag for unavailable presences when it comes form own serverChristian Schneppe1-1/+16
2017-05-31parse all delayed tags. use min dateChristian Schneppe1-9/+17
2016-11-19reformat codeChristian Schneppe1-65/+65
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-6/+11
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-0/+14
2016-07-29show identity type for device selectionDaniel Gultsch1-1/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-9/+9
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-19/+22
2016-05-17improved ordering of muc participantsDaniel Gultsch1-1/+1
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-0/+23
2016-05-14revert changes to disable last-seen in UIChristian Schneppe1-2/+6
2016-05-13do not show last-seen metric in UIDaniel Gultsch1-6/+2
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-6/+2
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch1-4/+4
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-05-20added mam stuff to new message parserDaniel Gultsch1-1/+1
2015-05-20rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch1-21/+20
2015-05-20provide helper function for getting the content of a child directlyDaniel Gultsch1-5/+1
2015-03-18# add delivery receipts for private muc msgsBrianBlade1-0/+5
2015-02-10strip fractional seconds from timestamp before parsingiNPUTmice1-5/+3
2015-02-09made delay timestamp parser accept nano secondsiNPUTmice1-1/+1
2015-01-03update last presence only for messagesDaniel Gultsch1-3/+0
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-4/+4
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice1-6/+1
2014-12-10store last message received date in conversationiNPUTmice1-33/+23
2014-11-09s/getResourcepart().isEmpty()/isBareJid()/Sam Whited1-1/+1
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-12/+14
2014-10-22Make conversations the root projectSam Whited1-0/+0