aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/generator/IqGenerator.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-29support new http upload namespaceChristian Schneppe1-5/+3
2018-01-26add possibility to destroy group chatChristian Schneppe1-0/+11
2018-01-21disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe1-2/+7
2017-12-01attempt to enable MAM(ejabberd) on muc configurationChristian Schneppe1-0/+1
2017-08-01use publish-options instead of always pushing node configurationChristian Schneppe1-5/+13
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-4/+4
2017-05-17use mam reference instead of timestampChristian Schneppe1-1/+3
2017-04-13include RSM max in mam query in case server doesn't specify own maxChristian Schneppe1-2/+4
2017-03-11fixed entity time for timezones with minutes !=0Christian Schneppe1-3/+11
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-8/+8
2017-03-04make x509 verification node world readableChristian Schneppe1-0/+19
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-2/+2
2017-02-10add no_padding, no_wrap to file upload slotsChristian Schneppe1-1/+1
2017-01-29use base64 encoding for file names uploaded with httpChristian Schneppe1-1/+20
2016-11-19reformat codeChristian Schneppe1-343/+344
2016-09-23add support for XEP-0377: Spam ReportingDaniel Gultsch1-2/+6
2016-08-26send register IQs without full fromDaniel Gultsch1-1/+1
2016-08-02set tablet, phone or pc identityDaniel Gultsch1-2/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-15/+15
2016-07-27add OS to version responseDaniel Gultsch1-1/+5
2016-07-25feed version response from app name instead of static variableDaniel Gultsch1-1/+2
2016-07-13respond to XEP-0202: Entity TimeDaniel Gultsch1-0/+14
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+10
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch1-2/+4
2016-03-23only add image files to media scannerDaniel Gultsch1-1/+0
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-0/+7
2016-02-15add missing type='submit' attribute to enable push formDaniel Gultsch1-0/+1
2016-02-13send push enable to server. simplified loggingDaniel Gultsch1-0/+13
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-1/+15
2016-02-04Add device name to client infoArtem Shipovskiy1-0/+1
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-0/+6
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-3/+7
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-0/+21
2015-10-11Captcha support.Armin Novak1-0/+10
2015-09-19fixed content-type indication in http uploadDaniel Gultsch1-1/+1
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch1-3/+4
2015-08-01use content-type in http slot request and stick with during uploadDaniel Gultsch1-1/+4
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-19Rework PEP content verificationAndreas Straub1-1/+1
2015-07-19Migrate to new PEP layoutAndreas Straub1-20/+9
2015-07-19Reformat code to use tabsAndreas Straub1-18/+18
2015-07-19Added PEP and message protocol layersAndreas Straub1-0/+70
2015-06-29initial http upload supportDaniel Gultsch1-1/+11
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-1/+8
2015-02-16support for XEP-0092: Software VersioniNPUTmice1-2/+11
2015-01-28fixed broken capsiNPUTmice1-5/+2
2015-01-24fixed mam to work with muciNPUTmice1-1/+3
2015-01-09ensure that everyone is member before making a room privateDaniel Gultsch1-3/+13
2015-01-08kick after banDaniel Gultsch1-0/+10