aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/Namespace.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* support registration via pars tokensChristian Schneppe2020-01-241-0/+2
|
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-0/+2
|
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-1/+2
|
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-0/+1
|
* do not parse invites from type=groupchatChristian Schneppe2019-09-231-0/+1
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-061-0/+2
|
* implement FCM push for group chatsChristian Schneppe2019-07-011-0/+1
|
* implement client support for muc pushChristian Schneppe2019-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* self ping (xep-0410) after receiving invite to mucChristian Schneppe2019-06-181-0/+1
|
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-171-0/+2
|
* resend presence to muc avatar updateChristian Schneppe2019-01-251-0/+1
|
* add versioning to sync namespaceChristian Schneppe2018-11-231-1/+1
|
* added interface to edit nickChristian Schneppe2018-11-231-0/+1
|
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-231-0/+1
|
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-0/+2
|
* support mam:1Christian Schneppe2018-07-091-2/+0
|
* add support for S3 file transfersChristian Schneppe2018-05-261-0/+1
|
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-0/+1
|
* sync roster to disk after roster pushChristian Schneppe2018-04-121-2/+3
|
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe2018-02-191-0/+1
| | | | constant
* support new http upload namespaceChristian Schneppe2018-01-291-1/+1
|
* postpone notification actions (mark as read, reply) until after messages are ↵Christian Schneppe2018-01-211-0/+1
| | | | loaded
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+1
|
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-041-0/+1
|
* use publish-options instead of always pushing node configurationChristian Schneppe2017-08-011-0/+2
|
* differentiate starttls failure and sasl failureChristian Schneppe2017-05-171-0/+2
|
* parse message that only contain oob tagChristian Schneppe2017-04-051-0/+1
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-0/+1
| | | | …in Conversations only enviroments
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-0/+12