mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 13:10:38 +00:00
* adding multi-user chat support (XEP-0045)
This commit is contained in:
parent
3e022f69eb
commit
4b1c11c412
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue