aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/generator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-262-3/+5
|
* Bookmarks2: support retractionChristian Schneppe2019-10-261-0/+1
|
* support for delete bookmarks2Christian Schneppe2019-10-262-9/+24
|
* WIP Bookmarks 2 supportChristian Schneppe2019-10-262-2/+24
|
* fixed direct invites after adhocChristian Schneppe2019-09-191-0/+4
|
* parse LMC 1.1Christian Schneppe2019-09-131-2/+1
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-061-0/+2
|
* include pgp sig and status in presence to non anon mucChristian Schneppe2019-08-311-9/+14
|
* 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
| | | | when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
* implement FCM push for group chatsChristian Schneppe2019-07-011-4/+11
|
* implement client support for muc pushChristian Schneppe2019-06-251-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Staying connected to a MUC room hosted on a remote server can be challenging. If a server reboots it will usually send a shut down notification to all participants. However even if a client knows that a server was shut down it doesn’t know when it comes up again. In some corner cases that shut down notification might not even be delivered successfully leaving the client in a state where it thinks it is connected but it really isn’t. The possible work around implemented in this commit is to register the clients full JID (user@domain.tld/Conversations.r4nd) as an App Server according to XEP-0357 with the room. (Conversations checks for the push:0 namespace on the room.) After cycling through a reboot the first message send to a room will trigger pubsub notifications to each registered full JID. This event will be used to trigger a XEP-0410 ping and if necessary a subsequent rejoin of the MUC. If the resource has become unavailable during down time of the MUC server the user’s server will respond with an IQ error which in turn leads to the MUC server disabling that push target. Leaving a MUC will send a `disable` command. If sending that disable command failed for some reason (network outage) and the client receives a pubsub notification for a room it is no longer joined in it will respond with an item-not-found IQ error which also disables subsequent pushes from the server. Note: We 0410-ping before a join to avoid unnecessary full joins which can be quite costly. Further client side optimizations will also suppress pings when a ping is already in flight to further save traffic.
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-171-2/+2
|
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-041-1/+1
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-2/+2
|
* Deduplicate presencesChristian Schneppe2019-02-211-6/+4
| | | | possibly fixes #303
* 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
|
* deduplicate disco responseChristian Schneppe2018-12-271-1/+0
| | | | fixes #283
* transmit display name (nick) in subscription requestsChristian Schneppe2018-11-301-1/+9
|
* set access model to open when publishing avatarChristian Schneppe2018-11-301-4/+4
|
* added interface to edit nickChristian Schneppe2018-11-232-3/+10
|
* do not show up navigation in start conversation screen if called with view ↵Christian Schneppe2018-11-151-1/+5
| | | | intent
* add id="current" on every published PEP itemChristian Schneppe2018-08-261-0/+3
| | | | | This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 §12.20.
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-262-2/+10
|
* 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-173-13/+14
|
* permit empty values for subject and roster nameChristian Schneppe2018-06-161-3/+1
|
* add support for S3 file transfersChristian Schneppe2018-05-262-18/+53
|
* 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
|
* improved logging for node configuration changeChristian Schneppe2018-05-051-1/+1
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-2/+3
|
* always include omemo fallback messageChristian Schneppe2018-04-291-3/+1
|
* 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-023-21/+21
|
* set messenger identity correctlyChristian Schneppe2018-03-171-1/+1
|
* support new http upload namespaceChristian Schneppe2018-01-291-5/+3
|
* improvements for self messagesChristian Schneppe2018-01-271-1/+2
| | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-2/+1
|
* add possibility to destroy group chatChristian Schneppe2018-01-261-0/+11
|
* sent message receipts after mam catchupChristian Schneppe2018-01-211-0/+10
|
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-212-2/+16
|