mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #125 from YunoHost/opi-patch-1
[enh] More descriptive names for XMPP services
This commit is contained in:
commit
23e4e8842e
1 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ Component "localhost" "http"
|
||||||
|
|
||||||
---Set up a MUC (multi-user chat) room server
|
---Set up a MUC (multi-user chat) room server
|
||||||
Component "muc.{{ main_domain }}" "muc"
|
Component "muc.{{ main_domain }}" "muc"
|
||||||
name = "YunoHost Chatrooms"
|
name = "{{ main_domain }} Chatrooms"
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"muc_limits";
|
"muc_limits";
|
||||||
|
@ -176,13 +176,13 @@ Component "muc.{{ main_domain }}" "muc"
|
||||||
|
|
||||||
---Set up a PubSub server
|
---Set up a PubSub server
|
||||||
Component "pubsub.{{ main_domain }}" "pubsub"
|
Component "pubsub.{{ main_domain }}" "pubsub"
|
||||||
name = "YunoHost Publish/Subscribe"
|
name = "{{ main_domain }} Publish/Subscribe"
|
||||||
|
|
||||||
unrestricted_node_creation = true -- Anyone can create a PubSub node (from any server)
|
unrestricted_node_creation = true -- Anyone can create a PubSub node (from any server)
|
||||||
|
|
||||||
---Set up a VJUD service
|
---Set up a VJUD service
|
||||||
Component "vjud.{{ main_domain }}" "vjud"
|
Component "vjud.{{ main_domain }}" "vjud"
|
||||||
ud_disco_name = "Jappix User Directory"
|
ud_disco_name = "{{ main_domain }} User Directory"
|
||||||
|
|
||||||
|
|
||||||
----------- Virtual hosts -----------
|
----------- Virtual hosts -----------
|
||||||
|
|
Loading…
Add table
Reference in a new issue