Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Self-ping with server-given roomnick (#1594) | Matthew Fennell | 2024-06-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Self-ping with server-given roomnick (#1467) XEP-0045 describes how a server can modify a user's roomnick when joining a room. To do this, it assigns status code 210, and sets the "from" attribute to a JID with thew newly assigned nickname when sending the user's presence back to the client. This is used in IRC gateways such as biboumi. Since you can only have one nick per IRC server, if you try and join multiple IRC-bridged MUCs on the same IRC server, it will modify your nick to match the existing one you have on that server. Currently, when Dino performs a self-ping after joining a room, it uses the nick that the client first requested, instead of the nick returned from the server. This can lead to incorrect self-pings being sent out (until the client is restarted, and populates mucs_todo correctly). This happens because it adds the requested Jid to mucs_todo, before getting the given nick from the server. Therefore, this commit adds the jid that has been given from the server instead. If there is any error in requesting to join the MUC, it adds the requested nick, to match existing behaviour and allow the request to be retried via future self-pings. fixes #1467 * Minor coding style changes --------- Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Store requested disco results with computed hash, use for offline ↵ | fiaxh | 2024-06-19 | 1 | -9/+2 |
| | | | | determining of private MUCs | ||||
* | fix: Add x node to MUC PM stanza (#1462) | mesonium | 2023-07-29 | 1 | -0/+7 |
| | | | | | | Add <x/> tag in MUC-PMs to support better Carbon delivery in compliance with XEP-0045 v1.28 and above. Fixes #1306 | ||||
* | Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support" | fiaxh | 2023-04-23 | 1 | -1/+1 |
| | | | | fixes #1405 | ||||
* | Improve history sync under load | Marvin W | 2023-02-07 | 1 | -5/+31 |
| | |||||
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | Fix reaction display in private MUCs | Marvin W | 2023-01-31 | 1 | -0/+8 |
| | |||||
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -2/+2 |
| | |||||
* | Clean up log outputs | fiaxh | 2022-11-04 | 1 | -1/+0 |
| | |||||
* | Fix message server_id getting overwritten with null on reconnect | fiaxh | 2022-10-11 | 1 | -1/+4 |
| | |||||
* | Add support for reactions | fiaxh | 2022-10-11 | 1 | -0/+15 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -1/+22 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-07 | 1 | -0/+6 |
| | | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls | ||||
* | Update PEP native bookmarks to :1 version, fixes | fiaxh | 2022-01-11 | 1 | -16/+49 |
| | |||||
* | Stop making superfluous requests when joining a MUC | fiaxh | 2022-01-08 | 1 | -4/+5 |
| | | | | | Don't request legacy bookmarks on every muc join (when again setting autojoin) fixes #260 Don't query member/admin/owner affiliations on every MUC join | ||||
* | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -1/+1 |
| | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -4/+39 |
| | |||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 1 | -1/+21 |
| | |||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -0/+2 |
| | | | | fixes #534 | ||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 1 | -3/+3 |
| | |||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 1 | -2/+45 |
| | |||||
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -0/+15 |
| | |||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -4/+24 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+30 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | Improve MUC message resending | fiaxh | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 1 | -19/+4 |
| | | | | fixes #748 | ||||
* | Deactivate MUC conversations with non-autojoin bookmarks | fiaxh | 2020-01-17 | 1 | -23/+23 |
| | |||||
* | Fix ConversationRow closing if animations are disabled | fiaxh | 2020-01-17 | 1 | -0/+5 |
| | |||||
* | Fix auto-joining bookmark without nick | fiaxh | 2020-01-08 | 1 | -2/+2 |
| | |||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 1 | -20/+17 |
| | | | | fixes #470 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -4/+8 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -5/+8 |
| | | | | fixes #675 | ||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -5/+6 |
| | | | | fixes #224 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -2/+2 |
| | | | | Fixes #598 | ||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -60/+85 |
| | |||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -0/+4 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | Enable sending chat state notifications in private rooms | fiaxh | 2019-05-16 | 1 | -0/+4 |
| | |||||
* | Fix received mark for own OMEMO encrypted MUC messages | fiaxh | 2019-03-16 | 1 | -7/+5 |
| | |||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -0/+27 |
| | | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.) | ||||
* | Fix muc avatars sometimes not showing split tiles for occupants | fiaxh | 2018-11-25 | 1 | -5/+0 |
| | |||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -1/+5 |
| | |||||
* | Fix display names for MUCs w/o localpart | fiaxh | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix MUC messages from others being marked as read | fiaxh | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | Support MUC avatars | fiaxh | 2018-07-31 | 1 | -5/+14 |
| | |||||
* | small fixes | fiaxh | 2018-04-17 | 1 | -19/+32 |
| |