aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Some comments to refer to the XEPs addedsteckbrief2015-02-211-15/+28
* 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
* get rid of special self presence object and incorporate that into rosteriNPUTmice2014-12-201-56/+44
* fixed #755iNPUTmice2014-12-191-1/+1
* properly count mam messagesiNPUTmice2014-12-171-2/+8
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-5/+2
* fixed crashing on unparsed jidsiNPUTmice2014-12-151-4/+4
* migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice2014-12-151-6/+1
* various mam improvmentsiNPUTmice2014-12-131-2/+4
* changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice2014-12-101-1/+1
* save server id from mam messages. check for dups before adding mamiNPUTmice2014-12-101-1/+8
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-2/+5
* very basic mam supportiNPUTmice2014-12-101-2/+64
* store last message received date in conversationiNPUTmice2014-12-102-34/+25
* removed unnecessary otr error responseiNPUTmice2014-12-101-4/+0
* fixed #651iNPUTmice2014-12-031-0/+8
* fixed potential npes in message parseriNPUTmice2014-12-031-2/+7
* fixed npe if roster jid couldnt be parsediNPUTmice2014-12-011-8/+5
* use getAttributeAsJid methodiNPUTmice2014-11-271-6/+1
* add an listener for the muc roster update.Michael2014-11-231-0/+2
* update action bar with conversations updates as welliNPUTmice2014-11-211-25/+10
* changed listener timing and cache clearing after muc presencesiNPUTmice2014-11-201-6/+9
* fixed potential NPEsiNPUTmice2014-11-201-39/+43
* clear avatar cache with new roster push from serveriNPUTmice2014-11-171-0/+2
* avoided some null pointersiNPUTmice2014-11-171-21/+28
* happy hanukkahiNPUTmice2014-11-161-0/+1
* parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice2014-11-161-4/+2
* Added check for empty from on group chat packetKevin Rauwolf2014-11-141-0/+3
* more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice2014-11-101-14/+19
* fixed private messagesiNPUTmice2014-11-091-2/+2
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-093-4/+4