(Grav GitSync) Automatic Commit from disroot_user

This commit is contained in:
disroot_user 2017-08-24 19:49:05 -04:00 committed by GitSync
parent c4a3d72db0
commit 28470cbc70

View file

@ -7,29 +7,29 @@ text_align: left
## List of supported server modules:
"**roster**"; -- Allow users to have a roster. Recommended 😉
"**saslauth**"; -- Authentication for clients and servers.
"**tls**"; -- Add support for secure TLS on c2s/s2s connections
"**dialback**"; -- s2s dialback support
"**disco**"; -- Service discovery
"**bosh**"; -- xmpp over http
"**muc**"; -- Multi user Chat (chatrooms)
"**http_upload**"; -- upload files via http (file will be deleted after 7 days)
"**private**"; -- Private XML storage (for room bookmarks, etc.)
"**vcard**"; -- Allow users to set vCards
"**privacy**"; -- Support privacy lists
"**compression**"; -- Stream compression
"**offline**"; -- Store offline messages.
"**version**"; -- Replies to server version requests
"**uptime**"; -- Report how long server has been running
"**time**"; -- Let others know the time here on this server
"**ping**"; -- Replies to XMPP pings with pongs
"**pep**"; -- Enables users to publish their mood, activity, playing music and more
"**carbons**"; -- Allow sending messages to multiple devices
"**carbons_adhoc**";
"**carbons_copies**";
"**smacks**"; -- Stream Management
"**csi**"; -- Implements Client State Indication
"**throttle_presence**"; -- see https://modules.prosody.im/mod_throttle_presence.html
"**announce**"; -- Send announcement to all online users
"**motd**"; -- Send a message to users when they log in
* "**roster**"; -- Allow users to have a roster. Recommended 😉
* "**saslauth**"; -- Authentication for clients and servers.
* "**tls**"; -- Add support for secure TLS on c2s/s2s connections
* "**dialback**"; -- s2s dialback support
* "**disco**"; -- Service discovery
* "**bosh**"; -- xmpp over http
* "**muc**"; -- Multi user Chat (chatrooms)
* "**http_upload**"; -- upload files via http (file will be deleted after 7 days)
* "**private**"; -- Private XML storage (for room bookmarks, etc.)
* "**vcard**"; -- Allow users to set vCards
* "**privacy**"; -- Support privacy lists
* "**compression**"; -- Stream compression
* "**offline**"; -- Store offline messages.
* "**version**"; -- Replies to server version requests
* "**uptime**"; -- Report how long server has been running
* "**time**"; -- Let others know the time here on this server
* "**ping**"; -- Replies to XMPP pings with pongs
* "**pep**"; -- Enables users to publish their mood, activity, playing music and more
* "**carbons**"; -- Allow sending messages to multiple devices
* "**carbons_adhoc**";
* "**carbons_copies**";
* "**smacks**"; -- Stream Management
* "**csi**"; -- Implements Client State Indication
* "**throttle_presence**"; -- see https://modules.prosody.im/mod_throttle_presence.html
* "**announce**"; -- Send announcement to all online users
* "**motd**"; -- Send a message to users when they log in