aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/IqParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe1-1/+56
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-06-25implement client support for muc pushChristian Schneppe1-1/+24
2018-12-27deduplicate disco responseChristian Schneppe1-2/+2
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe1-3/+4
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-3/+4
2018-04-12sync roster to disk after roster pushChristian Schneppe1-4/+3
2018-04-02migrate to xmpp-addrChristian Schneppe1-2/+2
2017-08-01fixed roster items w/o subscription (request) not being shownChristian Schneppe1-10/+8
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-4/+4
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-0/+1
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-5/+5
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-7/+7
2017-01-25fixed typoChristian Schneppe1-1/+1
2017-01-25fixed some issues around ibbChristian Schneppe1-1/+2
2016-11-29mark conversations as read after receiving blocklist push for that conversationChristian Schneppe1-0/+9
2016-11-19reformat codeChristian Schneppe1-326/+326
2016-10-08be more careful parsing integers in omemoChristian Schneppe1-2/+6
2016-08-11handle invalid prekey ids in bundleDaniel Gultsch1-3/+5
2016-07-29changed package id inside manifest and projectChristian Schneppe1-12/+12
2016-07-13respond to XEP-0202: Entity TimeDaniel Gultsch1-2/+14
2016-06-22respond to block list pushDaniel Gultsch1-0/+6
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-5/+0
2016-05-19resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch1-1/+10
2016-05-15log incoming iq requestsDaniel Gultsch1-0/+5
2016-02-11catch all axolotl parse exception at once. fixes #1692Daniel Gultsch1-5/+4
2016-02-02catch a few NPE when parsing invalid pep nodesDaniel Gultsch1-3/+3
2015-12-13more detailed loggingDaniel Gultsch1-2/+1
2015-12-12more detailed loggingDaniel Gultsch1-2/+1
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-0/+29
2015-08-30catch invalid base64 on omemo key decodingDaniel Gultsch1-3/+8
2015-08-24catch invalid base64 in axolotl key parsingDaniel Gultsch1-1/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-1/+1
2015-08-23modified clearIqCallbacks into 2-step processDaniel Gultsch1-6/+6
2015-07-19Clean up loggingAndreas Straub1-7/+8
2015-07-19Return empty set on invalid PEP devicelistAndreas Straub1-18/+18
2015-07-19Migrate to new PEP layoutAndreas Straub1-7/+13
2015-07-19Reformat code to use tabsAndreas Straub1-38/+38
2015-07-19Added PEP and message protocol layersAndreas Straub1-1/+157
2015-02-16support for XEP-0092: Software VersioniNPUTmice1-3/+5
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch1-0/+1
2015-01-04Verify IQ responsesSam Whited1-10/+3
2015-01-04Make IqPacket type an enumSam Whited1-7/+7
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Fix typo in method nameSam Whited1-2/+2
2014-12-23made method private that is no longer required to be publiciNPUTmice1-1/+1
2014-12-22Simplify roster handling codeSam Whited1-84/+69
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-20/+87
2014-12-19fixed #755iNPUTmice1-1/+1