Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support registration via pars tokens | Christian Schneppe | 2020-01-24 | 1 | -0/+2 |
| | |||||
* | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 2019-11-03 | 1 | -0/+2 |
| | |||||
* | bookmarks2. introduce #compat namespace | Christian Schneppe | 2019-10-26 | 1 | -1/+2 |
| | |||||
* | WIP Bookmarks 2 support | Christian Schneppe | 2019-10-26 | 1 | -0/+1 |
| | |||||
* | do not parse invites from type=groupchat | Christian Schneppe | 2019-09-23 | 1 | -0/+1 |
| | |||||
* | implemented support for for jingle encrypted transports (XEP-0396) | Christian Schneppe | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | implement FCM push for group chats | Christian Schneppe | 2019-07-01 | 1 | -0/+1 |
| | |||||
* | implement client support for muc push | Christian Schneppe | 2019-06-25 | 1 | -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 muc | Christian Schneppe | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | use ibb if other party doesn’t annouce s5b feature | Christian Schneppe | 2019-06-17 | 1 | -0/+2 |
| | |||||
* | resend presence to muc avatar update | Christian Schneppe | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | add versioning to sync namespace | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 1 | -0/+2 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 1 | -2/+0 |
| | |||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | Support both new and old http upload namespaces | Christian Schneppe | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -2/+3 |
| | |||||
* | Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵ | Christian Schneppe | 2018-02-19 | 1 | -0/+1 |
| | | | | constant | ||||
* | support new http upload namespace | Christian Schneppe | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | postpone notification actions (mark as read, reply) until after messages are ↵ | Christian Schneppe | 2018-01-21 | 1 | -0/+1 |
| | | | | loaded | ||||
* | disable offline messages. postpone prekey handling until after mam catchup | Christian Schneppe | 2018-01-21 | 1 | -0/+1 |
| | |||||
* | made avatar cache cleaning more efficent after name changes | Christian Schneppe | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | use publish-options instead of always pushing node configuration | Christian Schneppe | 2017-08-01 | 1 | -0/+2 |
| | |||||
* | differentiate starttls failure and sasl failure | Christian Schneppe | 2017-05-17 | 1 | -0/+2 |
| | |||||
* | parse message that only contain oob tag | Christian Schneppe | 2017-04-05 | 1 | -0/+1 |
| | |||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 1 | -0/+1 |
| | | | | …in Conversations only enviroments | ||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 1 | -0/+12 |