* adding multi-user chat support (XEP-0045)

This commit is contained in:
shaula 2018-01-14 00:11:38 +00:00
parent 3e022f69eb
commit 4b1c11c412
3 changed files with 9 additions and 5 deletions

View file

@ -23,6 +23,7 @@ modules_enabled = {
"ping"; -- Replies to XMPP pings with pongs
"pep"; -- Enables users to publish their mood, activity, playing music and more
"register"; -- Allow users to register on this server using a client and change passwords
--"muc"; -- [Loaded as component, therefore commented here] Multi-user chats (XEP-0045)
-- Admin interfaces
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands