aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/AbstractParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* extract affiliations from unavailable presenceDaniel Gultsch2016-11-131-6/+11
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-0/+14
* show identity type for device selectionDaniel Gultsch2016-07-281-1/+1
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-19/+22
* improved ordering of muc participantsDaniel Gultsch2016-05-171-1/+1
* refactored muc item parsing to also parse muc status messagesDaniel Gultsch2016-05-171-0/+23
* do not show last-seen metric in UIDaniel Gultsch2016-05-101-6/+2
* use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch2015-12-311-4/+4
* Optimize importsAndreas Straub2015-07-201-1/+0
* added mam stuff to new message parserDaniel Gultsch2015-05-201-1/+1
* rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2015-05-201-21/+20
* provide helper function for getting the content of a child directlyDaniel Gultsch2015-05-201-5/+1
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-0/+5
* strip fractional seconds from timestamp before parsingiNPUTmice2015-02-101-5/+3
* made delay timestamp parser accept nano secondsiNPUTmice2015-02-091-1/+1
* update last presence only for messagesDaniel Gultsch2015-01-031-3/+0
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-4/+4
* migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice2014-12-151-6/+1
* store last message received date in conversationiNPUTmice2014-12-101-33/+23
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-091-1/+1
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-12/+14
* Make conversations the root projectSam Whited2014-10-221-0/+92