fix indentation
This commit is contained in:
parent
1b6898cda3
commit
2073452666
@ -134,35 +134,35 @@ The homebrewserver.club prosody config:
|
|||||||
|
|
||||||
plugin_paths = { "/usr/src/prosody-modules" } -- non-standard plugin path so we can keep them up to date with mercurial
|
plugin_paths = { "/usr/src/prosody-modules" } -- non-standard plugin path so we can keep them up to date with mercurial
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"roster"; -- Allow users to have a roster. Recommended ;)
|
"roster"; -- Allow users to have a roster. Recommended ;)
|
||||||
"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
|
"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
|
||||||
"tls"; -- Add support for secure TLS on c2s/s2s connections
|
"tls"; -- Add support for secure TLS on c2s/s2s connections
|
||||||
"dialback"; -- s2s dialback support
|
"dialback"; -- s2s dialback support
|
||||||
"disco"; -- Service discovery
|
"disco"; -- Service discovery
|
||||||
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||||
"private"; -- Private XML storage (for room bookmarks, etc.)
|
"private"; -- Private XML storage (for room bookmarks, etc.)
|
||||||
"vcard"; -- Allow users to set vCards
|
"vcard"; -- Allow users to set vCards
|
||||||
"version"; -- Replies to server version requests
|
"version"; -- Replies to server version requests
|
||||||
"uptime"; -- Report how long server has been running
|
"uptime"; -- Report how long server has been running
|
||||||
"time"; -- Let others know the time here on this server
|
"time"; -- Let others know the time here on this server
|
||||||
"ping"; -- Replies to XMPP pings with pongs
|
"ping"; -- Replies to XMPP pings with pongs
|
||||||
"register"; --Allows clients to register an account on your server
|
"register"; --Allows clients to register an account on your server
|
||||||
"pep"; -- Enables users to publish their mood, activity, playing music and more
|
"pep"; -- Enables users to publish their mood, activity, playing music and more
|
||||||
"carbons"; -- XEP-0280: Message Carbons, synchronize messages accross devices
|
"carbons"; -- XEP-0280: Message Carbons, synchronize messages accross devices
|
||||||
"smacks"; -- XEP-0198: Stream Management, keep chatting even when the network drops for a few seconds
|
"smacks"; -- XEP-0198: Stream Management, keep chatting even when the network drops for a few seconds
|
||||||
"mam"; -- XEP-0313: Message Archive Management, allows to retrieve chat history from server
|
"mam"; -- XEP-0313: Message Archive Management, allows to retrieve chat history from server
|
||||||
"csi"; -- XEP-0352: Client State Indication
|
"csi"; -- XEP-0352: Client State Indication
|
||||||
"http"; -- mod_http needed for XEP-363
|
"http"; -- mod_http needed for XEP-363
|
||||||
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
|
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
|
||||||
"blocklist"; -- XEP-0191 blocking of users
|
"blocklist"; -- XEP-0191 blocking of users
|
||||||
--"cloud_notify"; -- Support for XEP-0357 Push Notifications for compatibility with ChatSecure/iOS.
|
--"cloud_notify"; -- Support for XEP-0357 Push Notifications for compatibility with ChatSecure/iOS.
|
||||||
-- iOS typically end the connection when an app runs in the background and requires use of Apple's Push servers to wake up and receive a message. Enabling this module allows your server to do that for your contacts on iOS.
|
-- iOS typically end the connection when an app runs in the background and requires use of Apple's Push servers to wake up and receive a message. Enabling this module allows your server to do that for your contacts on iOS.
|
||||||
-- However we leave it commented out as it is another example of vertically integrated cloud platforms at odds with federation, with all the meta-data-based surveillance consequences that that might have.
|
-- However we leave it commented out as it is another example of vertically integrated cloud platforms at odds with federation, with all the meta-data-based surveillance consequences that that might have.
|
||||||
"omemo_all_access"; -- Allow for OMEMO E2E between contacts that haven't added each other
|
"omemo_all_access"; -- Allow for OMEMO E2E between contacts that haven't added each other
|
||||||
"pep_vcard_avatar"; -- use XEP-0153: vCard-Based Avatars to see the avatars of clients that use XEP-0084: User Avatar and vice versa.
|
"pep_vcard_avatar"; -- use XEP-0153: vCard-Based Avatars to see the avatars of clients that use XEP-0084: User Avatar and vice versa.
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
allow_registration = false; -- Enable to allow people to register accounts on your server from their clients, for more information see http://prosody.im/doc/creating_accounts
|
allow_registration = false; -- Enable to allow people to register accounts on your server from their clients, for more information see http://prosody.im/doc/creating_accounts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user