diff options
author | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
commit | e36fe26d08200dd714b69c9f8b4c798d1e3a723e (patch) | |
tree | 65fa5a9caa2b6eb979d751ac6a7cfb369174e1d8 /plugins/muc | |
parent | 0c5c1f5d0e105eea950e5fba1ea1a3a30f9ab1e9 (diff) | |
parent | bbf1653e0470250acbd67998045d2ca2a382281a (diff) | |
download | prosody-e36fe26d08200dd714b69c9f8b4c798d1e3a723e.tar.gz prosody-e36fe26d08200dd714b69c9f8b4c798d1e3a723e.zip |
Merge with Link Mauve
Diffstat (limited to 'plugins/muc')
-rw-r--r-- | plugins/muc/mod_muc.lua | 2 |
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"; |