aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0045_muc/module.vala
Commit message (Collapse)AuthorAgeFilesLines
* fix: Add x node to MUC PM stanza (#1462)mesonium2023-07-291-0/+5
| | | | | | Add <x/> tag in MUC-PMs to support better Carbon delivery in compliance with XEP-0045 v1.28 and above. Fixes #1306
* Fix showing the kick option to ownersKim Alvefur2023-07-291-0/+2
| | | | | Missing case in the switch defaulted to returning false for Owners, thus preventing they with the most privileges from using those privileges.
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-4/+9
|
* Various call fixesfiaxh2022-02-121-0/+6
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Various call UI/UX improvementsfiaxh2022-02-071-1/+4
|
* Stop making superfluous requests when joining a MUCfiaxh2022-01-081-6/+0
| | | | | 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
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-11/+21
|
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-0/+2
|
* Fix misc compiler warningsfiaxh2021-10-121-3/+2
|
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-121-1/+1
| | | | returning non-const after_actions in OrderListener
* Fix incoming muc voice request notificationfiaxh2020-11-111-8/+12
|
* Fix runtime critical when room has no namefiaxh2020-10-291-1/+1
|
* Fix compiler warningsfiaxh2020-06-031-1/+5
|
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-1/+3
|
* xmpp-vala: Use more asyncfiaxh2020-04-241-25/+27
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-241-37/+35
| | | | request_info/items async, add caching has_entity_feature
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+53
|
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-211-3/+2
| | | | | fixes #179 fixes #812
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-8/+10
|
* Make message sending async and set unsent on errorfiaxh2020-03-051-2/+2
|
* Don't use GObject/properties for JoinResultMarvin W2020-01-091-4/+4
|
* Store MUC passwords in bookmarkfiaxh2019-12-241-10/+5
| | | | fixes #470
* Properly check Jids everywhereMarvin W2019-12-231-56/+90
|
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-181-5/+4
|
* Add (partial) support for unique stanza ids (XEP-0359)fiaxh2019-12-181-0/+2
|
* Only send new room config if something was changedfiaxh2019-12-161-15/+16
| | | | fixes #675
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-2/+24
| | | | fixes #224
* Parse offline member info from MUC presencefiaxh2019-11-171-1/+5
| | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-0/+48
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+1
| | | | | | | | | | | | | 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.)
* Display room name in conversation selector and conversation titlebarcodedust2018-11-021-1/+12
|
* small fixesfiaxh2018-04-171-2/+2
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-51/+50
|
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-8/+14
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-3/+3
|
* Download & inline display imagesfiaxh2017-08-311-2/+2
|
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-171-2/+2
|
* Message Archive Managementfiaxh2017-08-171-1/+1
|
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-7/+0
|
* request history since last known messages (#110)Max Weller2017-08-051-1/+6
| | | | request history since last known messages when rejoining a room at startup
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-3/+11
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-33/+25
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-131-37/+58
|
* Muc Invite + Kickfiaxh2017-06-111-0/+27
|
* MUC config form (data forms), MUC room infofiaxh2017-05-301-3/+76
|
* Member affiliation in occupant listfiaxh2017-05-181-18/+91
|
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-181-3/+3
|
* MUC improvementsfiaxh2017-04-111-64/+36
|
* Handle MUC private messagesfiaxh2017-03-311-2/+2
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-9/+8
|