Merge pull request #125 from YunoHost/opi-patch-1

[enh] More descriptive names for XMPP services
This commit is contained in:
opi 2016-02-27 19:46:49 +01:00
commit 23e4e8842e

View file

@ -158,7 +158,7 @@ Component "localhost" "http"
---Set up a MUC (multi-user chat) room server
Component "muc.{{ main_domain }}" "muc"
name = "YunoHost Chatrooms"
name = "{{ main_domain }} Chatrooms"
modules_enabled = {
"muc_limits";
@ -176,13 +176,13 @@ Component "muc.{{ main_domain }}" "muc"
---Set up a PubSub server
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)
---Set up a VJUD service
Component "vjud.{{ main_domain }}" "vjud"
ud_disco_name = "Jappix User Directory"
ud_disco_name = "{{ main_domain }} User Directory"
----------- Virtual hosts -----------