Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 2019-11-03 | 1 | -0/+14 |
| | |||||
* | bookmarks2. introduce #compat namespace | Christian Schneppe | 2019-10-26 | 2 | -3/+5 |
| | |||||
* | Bookmarks2: support retraction | Christian Schneppe | 2019-10-26 | 1 | -0/+1 |
| | |||||
* | support for delete bookmarks2 | Christian Schneppe | 2019-10-26 | 2 | -9/+24 |
| | |||||
* | WIP Bookmarks 2 support | Christian Schneppe | 2019-10-26 | 2 | -2/+24 |
| | |||||
* | fixed direct invites after adhoc | Christian Schneppe | 2019-09-19 | 1 | -0/+4 |
| | |||||
* | parse LMC 1.1 | Christian Schneppe | 2019-09-13 | 1 | -2/+1 |
| | |||||
* | implemented support for for jingle encrypted transports (XEP-0396) | Christian Schneppe | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | include pgp sig and status in presence to non anon muc | Christian Schneppe | 2019-08-31 | 1 | -9/+14 |
| | |||||
* | handle blocking and unblocking of full jids | Christian Schneppe | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | attempt to unregister when receiving push for channel no longer joined | Christian Schneppe | 2019-07-01 | 1 | -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 chats | Christian Schneppe | 2019-07-01 | 1 | -4/+11 |
| | |||||
* | implement client support for muc push | Christian Schneppe | 2019-06-25 | 1 | -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 feature | Christian Schneppe | 2019-06-17 | 1 | -2/+2 |
| | |||||
* | Make use of Namespace.REGISTER constant | Christian Schneppe | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2019-05-03 | 1 | -2/+2 |
| | |||||
* | Deduplicate presences | Christian Schneppe | 2019-02-21 | 1 | -6/+4 |
| | | | | possibly fixes #303 | ||||
* | show different room settings for channels and groups | Christian Schneppe | 2019-02-07 | 1 | -0/+3 |
| | |||||
* | provide the same fab submenu for both tabs. rename tab to bookmark | Christian Schneppe | 2019-02-07 | 1 | -1/+14 |
| | |||||
* | rename functions and variables for room destruction | Christian Schneppe | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | deduplicate disco response | Christian Schneppe | 2018-12-27 | 1 | -1/+0 |
| | | | | fixes #283 | ||||
* | transmit display name (nick) in subscription requests | Christian Schneppe | 2018-11-30 | 1 | -1/+9 |
| | |||||
* | set access model to open when publishing avatar | Christian Schneppe | 2018-11-30 | 1 | -4/+4 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 2 | -3/+10 |
| | |||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 1 | -1/+5 |
| | | | | intent | ||||
* | add id="current" on every published PEP item | Christian Schneppe | 2018-08-26 | 1 | -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 running | Christian Schneppe | 2018-08-26 | 2 | -2/+10 |
| | |||||
* | store own affiliation and role to disk | Christian Schneppe | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | standards. right? | Christian Schneppe | 2018-07-09 | 1 | -2/+3 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | use Tor on http upload is account uses onion domain | Christian Schneppe | 2018-06-17 | 3 | -13/+14 |
| | |||||
* | permit empty values for subject and roster name | Christian Schneppe | 2018-06-16 | 1 | -3/+1 |
| | |||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 2 | -18/+53 |
| | |||||
* | changed command paramater for new push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | changed jid of push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | do not use end in catchup mam queries | Christian Schneppe | 2018-05-17 | 1 | -3/+7 |
| | |||||
* | Support both new and old http upload namespaces | Christian Schneppe | 2018-05-05 | 1 | -5/+13 |
| | |||||
* | improved logging for node configuration change | Christian Schneppe | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -2/+3 |
| | |||||
* | always include omemo fallback message | Christian Schneppe | 2018-04-29 | 1 | -3/+1 |
| | |||||
* | added prosodys enable archive to default room config | Christian Schneppe | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -5/+3 |
| | |||||
* | return contact and account.getServer() as String | Christian Schneppe | 2018-04-07 | 1 | -2/+2 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 3 | -21/+21 |
| | |||||
* | set messenger identity correctly | Christian Schneppe | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | support new http upload namespace | Christian Schneppe | 2018-01-29 | 1 | -5/+3 |
| | |||||
* | improvements for self messages | Christian Schneppe | 2018-01-27 | 1 | -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 mucs | Christian Schneppe | 2018-01-27 | 1 | -2/+1 |
| | |||||
* | add possibility to destroy group chat | Christian Schneppe | 2018-01-26 | 1 | -0/+11 |
| | |||||
* | sent message receipts after mam catchup | Christian Schneppe | 2018-01-21 | 1 | -0/+10 |
| |