aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/IqParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch2016-05-191-1/+10
* log incoming iq requestsDaniel Gultsch2016-05-151-0/+5
* catch all axolotl parse exception at once. fixes #1692Daniel Gultsch2016-02-111-5/+4
* catch a few NPE when parsing invalid pep nodesDaniel Gultsch2016-02-021-3/+3
* more detailed loggingDaniel Gultsch2015-12-121-2/+1
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-0/+29
* catch invalid base64 on omemo key decodingDaniel Gultsch2015-08-301-3/+8
* catch invalid base64 in axolotl key parsingDaniel Gultsch2015-08-241-1/+1
* introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch2015-08-231-1/+1
* modified clearIqCallbacks into 2-step processDaniel Gultsch2015-08-231-6/+6
* Clean up loggingAndreas Straub2015-07-191-7/+8
* Return empty set on invalid PEP devicelistAndreas Straub2015-07-191-18/+18
* Migrate to new PEP layoutAndreas Straub2015-07-191-7/+13
* Reformat code to use tabsAndreas Straub2015-07-191-38/+38
* Added PEP and message protocol layersAndreas Straub2015-07-191-1/+157
* support for XEP-0092: Software VersioniNPUTmice2015-02-161-3/+5
* 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
* 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-221-20/+87
* fixed #755iNPUTmice2014-12-191-1/+1
* fixed npe if roster jid couldnt be parsediNPUTmice2014-12-011-8/+5
* 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
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
* Update more files to use JID objectsSam Whited2014-11-091-6/+1
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-4/+17
* Make conversations the root projectSam Whited2014-10-221-0/+92