aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-04-17 22:28:48 +0200
committerKim Alvefur <zash@zash.se>2016-04-17 22:28:48 +0200
commit8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7 (patch)
tree65fa5a9caa2b6eb979d751ac6a7cfb369174e1d8 /plugins/muc
parenta92b3b499c6319f0510af1772c92ea6637a456af (diff)
parentc6048a7cb4097d24b5c28a29247ba7175e00ea37 (diff)
downloadprosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.tar.gz
prosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.zip
Merge with Link Mauve
Diffstat (limited to 'plugins/muc')
-rw-r--r--plugins/muc/mod_muc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/mod_muc.lua b/plugins/muc/mod_muc.lua
index 354ab1d1..c8723c16 100644
--- a/plugins/muc/mod_muc.lua
+++ b/plugins/muc/mod_muc.lua
@@ -7,7 +7,7 @@
--
if module:get_host_type() ~= "component" then
- error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0);
+ error("MUC should be loaded as a component, please see https://prosody.im/doc/components", 0);
end
local muclib = module:require "muc";