aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
* don't parse body from muc status messagesDaniel Gultsch2015-06-281-6/+7
* fixed parsing of muc status messages in new message parserDaniel Gultsch2015-06-281-6/+18
* send_received muc messages will mark a conversation a readDaniel Gultsch2015-06-041-1/+1
* avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch2015-06-021-1/+1
* fixed more edge cases in muc message parserDaniel Gultsch2015-06-021-3/+3
* improved compatibility with muc components that change the message idDaniel Gultsch2015-06-021-2/+3
* parse nick and avatar only from available presences to avoid potential error ...Daniel Gultsch2015-05-271-47/+26
* deduplicate private muc messagesDaniel Gultsch2015-05-261-1/+3
* proper error parsing. some clean upDaniel Gultsch2015-05-201-41/+49
* fixed npe in new message parserDaniel Gultsch2015-05-201-1/+3
* fixed muc mam. added a few security checksDaniel Gultsch2015-05-201-23/+25
* fixed read/unread markersDaniel Gultsch2015-05-201-10/+9
* added mam stuff to new message parserDaniel Gultsch2015-05-202-8/+27
* rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2015-05-202-494/+212
* provide helper function for getting the content of a child directlyDaniel Gultsch2015-05-201-5/+1
* r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-052-1/+16
* fixed direct invitesDaniel Gultsch2015-04-211-12/+28
* properly set chat states when receiving otr status messagesiNPUTmice2015-03-211-1/+1
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+2
* don't update presence for muc messagesiNPUTmice2015-03-191-5/+2
* # add delivery receipts for private muc msgsBrianBlade2015-03-182-7/+20
* fixed npe in message parseriNPUTmice2015-03-061-4/+4
* mark all sent messages up to a marker as displayedDaniel Gultsch2015-03-011-4/+9
* look at 5 muc users instead of 4 for tile cache clearingiNPUTmice2015-02-221-2/+2
* clear muc tiles cache only when necessaryiNPUTmice2015-02-211-1/+7
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+25
* support for XEP-0092: Software VersioniNPUTmice2015-02-161-3/+5
* strip fractional seconds from timestamp before parsingiNPUTmice2015-02-101-5/+3
* made delay timestamp parser accept nano secondsiNPUTmice2015-02-091-1/+1
* muc tics for consistencyiNPUTmice2015-01-261-1/+1
* don't put ejabberds status code muc messages into an actual conversationiNPUTmice2015-01-261-0/+1
* otr: switch to the otr-state the partner alternate.Michael2015-01-251-0/+2
* MessageParser: fix the regex for otr query messages.Michael2015-01-241-1/+1
* fixed mam to work with muciNPUTmice2015-01-241-1/+1
* do not check image file size over http if accepted file size is 0Daniel Gultsch2015-01-111-3/+5
* more muc optionsDaniel Gultsch2015-01-071-7/+16
* fixed invitesDaniel Gultsch2015-01-071-37/+24
* avoid requesting blocklist after stream resumptionDaniel Gultsch2015-01-051-0/+1
* Verify IQ responsesSam Whited2015-01-041-10/+3
* Make IqPacket type an enumSam Whited2015-01-041-7/+7
* deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
* update last presence only for messagesDaniel Gultsch2015-01-032-6/+2
* put Conversations into background mode earlierDaniel Gultsch2015-01-021-5/+3
* improved fromServer filterDaniel Gultsch2014-12-301-1/+4
* fixed #818Daniel Gultsch2014-12-301-1/+1
* Fix typo in method nameSam Whited2014-12-291-2/+2
* made method private that is no longer required to be publiciNPUTmice2014-12-231-1/+1
* Simplify roster handling codeSam Whited2014-12-221-84/+69
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-222-24/+91