Konstantin Kuznetsov
17c451652d
Allow creating new bookmark when there are no existing bookmarks
...
This commit removes early return from the set_autojoin function
to allow creating a new bookmark (with add_conference function).
2024-04-02 18:07:38 +03:00
Konstantin Kuznetsov
7976859639
experimental: display online/offline status for conversation members
2024-03-29 19:13:18 +03:00
Andrei Voronin
bee7dd0ef4
Offline members ( #33 )
...
This commit is supposed to change the showing of members of chat.
Beforehead only online members was show in chat members. Now it's all
members who are shown, including the ones who is offline and the one who
didin't accept the invite
2024-03-28 17:50:34 +03:00
Konstantin Kuznetsov
b18f49cda3
Skip duplicate invites for active conversations
2024-03-25 17:06:44 +03:00
Konstantin Kuznetsov
bcac03ef6a
Fetch MAM pages when scrolling in chats
2024-03-19 15:34:58 +03:00
Konstantin Kuznetsov
825cc5836c
Fetch MAM pages when scrolling
2024-03-19 11:06:58 +03:00
mesonium
bc5a1d35cb
fix: Add x node to MUC PM stanza ( #1462 )
...
Add <x/> tag in MUC-PMs to support better Carbon delivery in
compliance with XEP-0045 v1.28 and above.
Fixes #1306
2023-07-29 14:02:38 +02:00
fiaxh
2b9a0ccf7e
Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"
...
fixes #1405
2023-04-23 11:40:06 +02:00
Marvin W
d092473fe4
Improve history sync under load
2023-02-07 10:50:45 +01:00
Marvin W
d76e12b215
Add priority for and allow cancellation of outgoing stanzas
2023-02-07 10:50:45 +01:00
Marvin W
921f28c84b
Fix reaction display in private MUCs
2023-01-31 15:14:55 +01:00
fiaxh
4d7809bb12
Fix compiler warnings
2022-12-30 21:34:40 +01:00
fiaxh
7a19a25156
Clean up log outputs
2022-11-04 15:57:58 -06:00
fiaxh
09829b3382
Fix message server_id getting overwritten with null on reconnect
2022-10-11 18:55:33 +02:00
fiaxh
80258a874d
Add support for reactions
2022-10-11 13:37:48 +02:00
fiaxh
6c6e7e3aa7
Rewrite MAM logic and add MUC MAM
2022-10-10 21:55:15 +02:00
fiaxh
3088879a7b
Various call fixes
...
- 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
2022-02-07 22:17:21 +01:00
fiaxh
fa6d49e3bf
Update PEP native bookmarks to :1 version, fixes
2022-01-11 21:01:10 +01:00
fiaxh
975b37c498
Stop making superfluous requests when joining a MUC
...
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
2022-01-08 21:35:58 +01:00
fiaxh
f0c7dd0682
UI + libdino: Improve MUJI calls from MUC
...
- 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
2021-12-23 00:19:26 +01:00
fiaxh
26d10d1dcb
Add multiparty call support to libdino and xmpp-vala
2021-11-10 11:05:34 +01:00
fiaxh
59236ec01a
Add support for Direct MUC Invitations (XEP-0249)
2021-01-12 23:10:45 +01:00
fiaxh
07917f1d84
Refactor XmppStream, TLS and connection method logic
...
fixes #534
2020-11-20 15:21:18 +01:00
fiaxh
10adf716f3
Fix incoming muc voice request notification
2020-11-11 11:27:31 +01:00
fiaxh
e6a90fc25c
Implement MUC self ping
2020-08-31 16:48:20 +02:00
fiaxh
0b1fb30a83
fixup Fetch avatars only when they are used
2020-06-23 15:57:26 +02:00
fiaxh
50c55c7f55
Fetch avatars only when they are used
2020-06-10 19:53:56 +02:00
fiaxh
40c66bc584
Fix runtime critical
2020-06-03 21:50:40 +02:00
fiaxh
d01af5b520
Fix compiler warnings
2020-06-03 21:50:40 +02:00
fiaxh
af52c24df7
Fix nick change in MUC, update bookmark accordingly; remove unused code
2020-04-26 00:20:27 +02:00
Anmol
2631a9bdba
voice handling in moderated groups ( #788 )
2020-04-22 20:04:03 +02:00
fiaxh
ed6eda129e
Update live whether encryption is possible in MUC (lock icon visible)
2020-03-08 22:21:09 +01:00
fiaxh
b8b3e1c6f5
Improve MUC message resending
2020-03-03 15:14:31 +01:00
fiaxh
a81af020f3
Preserve unchanged conference data (name) in bookmarks
...
fixes #748
2020-02-20 17:15:51 +01:00
fiaxh
4c3800c688
Deactivate MUC conversations with non-autojoin bookmarks
2020-01-17 20:48:29 +01:00
fiaxh
7f21f898e0
Fix ConversationRow closing if animations are disabled
2020-01-17 20:47:33 +01:00
fiaxh
b1bbb9f587
Fix auto-joining bookmark without nick
2020-01-08 19:29:22 +01:00
fiaxh
bce709b794
Store MUC passwords in bookmark
...
fixes #470
2019-12-24 23:31:17 +01:00
Marvin W
a0a956ee08
Properly check Jids everywhere
2019-12-23 16:58:53 +01:00
fiaxh
890b91ce4d
Only send new room config if something was changed
...
fixes #675
2019-12-16 01:41:04 +01:00
fiaxh
05561dd677
Parse presence delivery errors when joining MUC
...
fixes #224
2019-11-17 17:53:46 +01:00
Marvin W
e330e60f83
Base avatars and names on conversation, not JID.
...
Fixes #598
2019-10-18 16:52:29 +02:00
fiaxh
74c29d4df1
Add Bookmarks2 implementation, introduce bookmarks interfaces
2019-09-29 01:53:59 +02:00
fiaxh
130965f322
Add incoming mediated invitation support ( #162 )
...
Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
2019-08-22 16:05:28 +02:00
fiaxh
03f25e1f87
Remove Message.stanza field
2019-05-26 20:20:09 +02:00
fiaxh
d3c6e5c62c
Enable sending chat state notifications in private rooms
2019-05-16 11:12:14 -06:00
fiaxh
67dbfdd0b0
Fix received mark for own OMEMO encrypted MUC messages
2019-03-16 01:13:49 +01:00
Daniel Gultsch
d8e0ab406c
display groups w/o name by list of members
...
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.)
2018-12-28 13:42:58 +01:00
fiaxh
d9cbf571b0
Fix muc avatars sometimes not showing split tiles for occupants
2018-11-25 16:00:20 +01:00
codedust
1e54a442ba
Display room name in conversation selector and conversation titlebar
2018-11-02 15:14:35 +01:00