fix indentation
This commit is contained in:
parent
1b6898cda3
commit
2073452666
@ -134,7 +134,7 @@ 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
|
||||||
@ -162,7 +162,7 @@ modules_enabled = {
|
|||||||
"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