diff --git a/README.md b/README.md index d51b514f..30d4325c 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,8 @@ You have to place this file in /etc/prosody/conf.avail/peertube.im.your_domain.c Replace peertube.im.your_domain with the domain you want. -Replace admin@im.your_domain with Jabber ids of users that you want to be admin for your server and public chatrooms. -This user has to be on another virtualhost (which don't use anonymous authentication). +Replace admin@your_xmpp_provider_domain with Jabber ids of users that you want to be admin for your server and public chatrooms. +This users have to be on another domain/virtualhost (which don't use anonymous authentication). It can even be on another XMPP server. If you have no XMPP account, remove the line (but you will not be able to moderate rooms). diff --git a/documentation/examples/prosody/virtualhost.cfg.lua b/documentation/examples/prosody/virtualhost.cfg.lua index 1c010a9e..0ab54ec7 100644 --- a/documentation/examples/prosody/virtualhost.cfg.lua +++ b/documentation/examples/prosody/virtualhost.cfg.lua @@ -18,10 +18,10 @@ VirtualHost "peertube.im.your_domain" } http_host = "peertube.im.your_domain" http_external_url = "http://peertube.im.your_domain" - admins = { "admin@im.your_domain" } + admins = { "admin@your_xmpp_provider_domain" } Component "room.peertube.im.your_domain" "muc" - admins = { "admin@im.your_domain" } + admins = { "admin@your_xmpp_provider_domain" } restrict_room_creation = "local" muc_room_locking = false muc_tombstones = false