aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/generator/IqGenerator.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Base64.NO_WRAP instead of trim()Christian Schneppe2019-12-081-4/+0
* Disable NewLines in Base64 values (#416)FH2019-12-031-6/+6
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-0/+14
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-2/+4
* Bookmarks2: support retractionChristian Schneppe2019-10-261-0/+1
* support for delete bookmarks2Christian Schneppe2019-10-261-7/+16
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-1/+23
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-171-2/+2
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-011-0/+14
* implement FCM push for group chatsChristian Schneppe2019-07-011-4/+11
* implement client support for muc pushChristian Schneppe2019-06-251-7/+17
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-041-1/+1
* show different room settings for channels and groupsChristian Schneppe2019-02-071-0/+3
* provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-071-1/+14
* rename functions and variables for room destructionChristian Schneppe2019-01-031-1/+1
* set access model to open when publishing avatarChristian Schneppe2018-11-301-4/+4
* added interface to edit nickChristian Schneppe2018-11-231-2/+9
* add id="current" on every published PEP itemChristian Schneppe2018-08-261-0/+3
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-0/+7
* store own affiliation and role to diskChristian Schneppe2018-07-091-1/+1
* standards. right?Christian Schneppe2018-07-091-2/+3
* support mam:1Christian Schneppe2018-07-091-2/+2
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-171-3/+3
* add support for S3 file transfersChristian Schneppe2018-05-261-13/+29
* changed command paramater for new push serverChristian Schneppe2018-05-171-1/+1
* changed jid of push serverChristian Schneppe2018-05-171-1/+1
* do not use end in catchup mam queriesChristian Schneppe2018-05-171-3/+7
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-5/+13
* added prosodys enable archive to default room configChristian Schneppe2018-04-121-0/+1
* sync roster to disk after roster pushChristian Schneppe2018-04-121-5/+3
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-2/+2
* migrate to xmpp-addrChristian Schneppe2018-04-021-10/+10
* support new http upload namespaceChristian Schneppe2018-01-291-5/+3
* add possibility to destroy group chatChristian Schneppe2018-01-261-0/+11
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-2/+7
* attempt to enable MAM(ejabberd) on muc configurationChristian Schneppe2017-12-011-0/+1
* use publish-options instead of always pushing node configurationChristian Schneppe2017-08-011-5/+13
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-4/+4
* use mam reference instead of timestampChristian Schneppe2017-05-171-1/+3
* include RSM max in mam query in case server doesn't specify own maxChristian Schneppe2017-04-131-2/+4
* fixed entity time for timezones with minutes !=0Christian Schneppe2017-03-111-3/+11
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-8/+8
* make x509 verification node world readableChristian Schneppe2017-03-041-0/+19
* Fix a typo in legacyChristian Schneppe2017-02-221-2/+2
* bump mam namespaceChristian Schneppe2017-02-221-2/+2
* add no_padding, no_wrap to file upload slotsChristian Schneppe2017-02-101-1/+1
* use base64 encoding for file names uploaded with httpChristian Schneppe2017-01-291-1/+20
* reformat codeChristian Schneppe2016-11-191-343/+344
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-231-2/+6
* send register IQs without full fromDaniel Gultsch2016-08-261-1/+1