aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0045_muc/module.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix message stanza with body changing MUC subject (#1569)HEADmastereerielili2024-04-011-1/+1
* fix: Add x node to MUC PM stanza (#1462)mesonium2023-07-291-0/+5
* Fix showing the kick option to ownersKim Alvefur2023-07-291-0/+2
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-4/+9
* Various call fixesfiaxh2022-02-121-0/+6
* Various call UI/UX improvementsfiaxh2022-02-071-1/+4
* Stop making superfluous requests when joining a MUCfiaxh2022-01-081-6/+0
* 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 ret...fiaxh2021-10-121-1/+1
* 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 request_inf...fiaxh2020-04-241-37/+35
* 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
* 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
* 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
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-2/+24
* Parse offline member info from MUC presencefiaxh2019-11-171-1/+5
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-0/+48
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+1
* 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
* 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
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-171-3/+11
* 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