Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 2019-11-03 | 1 | -1/+56 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | implement client support for muc push | Christian Schneppe | 2019-06-25 | 1 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | deduplicate disco response | Christian Schneppe | 2018-12-27 | 1 | -2/+2 |
| | | | | fixes #283 | ||||
* | use Tor on http upload is account uses onion domain | Christian Schneppe | 2018-06-17 | 1 | -3/+4 |
| | |||||
* | return InvalidJid object instead of null if Jid can not be parsed | Christian Schneppe | 2018-05-02 | 1 | -3/+4 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -4/+3 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | fixed roster items w/o subscription (request) not being shown | Christian Schneppe | 2017-08-01 | 1 | -10/+8 |
| | |||||
* | upgrade to signal-protocol-java | Christian Schneppe | 2017-06-24 | 1 | -4/+4 |
| | |||||
* | add the 4 most frequently contacted contacts as app shortcuts | Christian Schneppe | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | closing the corresponding conversations after blocking a contact | Christian Schneppe | 2017-03-09 | 1 | -5/+5 |
| | |||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 1 | -7/+7 |
| | |||||
* | fixed typo | Christian Schneppe | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | fixed some issues around ibb | Christian Schneppe | 2017-01-25 | 1 | -1/+2 |
| | |||||
* | mark conversations as read after receiving blocklist push for that conversation | Christian Schneppe | 2016-11-29 | 1 | -0/+9 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 1 | -326/+326 |
| | |||||
* | be more careful parsing integers in omemo | Christian Schneppe | 2016-10-08 | 1 | -2/+6 |
| | |||||
* | handle invalid prekey ids in bundle | Daniel Gultsch | 2016-08-11 | 1 | -3/+5 |
| | |||||
* | changed package id inside manifest and project | Christian Schneppe | 2016-07-29 | 1 | -0/+380 |