Comparison

plugins/muc/mod_muc.lua @ 7359:a5a080c12c96

Update every link to the documentation to use HTTPS
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 16 Apr 2016 21:08:05 +0100
parent 7350:24e2369b67f9
child 7361:3409773ca19a
comparison
equal deleted inserted replaced
7358:d0390bc9c5d1 7359:a5a080c12c96
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9 if module:get_host_type() ~= "component" then 9 if module:get_host_type() ~= "component" then
10 error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0); 10 error("MUC should be loaded as a component, please see https://prosody.im/doc/components", 0);
11 end 11 end
12 12
13 local muclib = module:require "muc"; 13 local muclib = module:require "muc";
14 room_mt = muclib.room_mt; -- Yes, global. 14 room_mt = muclib.room_mt; -- Yes, global.
15 15