mod_muc: The default component name is now 'Chatrooms'

Fri, 24 Apr 2009 00:35:50 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 24 Apr 2009 00:35:50 +0500
changeset 1056
09821f8ad319
parent 1055
a970f691e42d
child 1057
2677f5a4e66b

mod_muc: The default component name is now 'Chatrooms'

plugins/mod_muc.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_muc.lua	Fri Apr 24 00:34:49 2009 +0500
+++ b/plugins/mod_muc.lua	Fri Apr 24 00:35:50 2009 +0500
@@ -23,7 +23,7 @@
 end
 
 local muc_domain = module:get_host();
-local muc_name = "MUCMUCMUC!!!";
+local muc_name = "Chatrooms";
 local history_length = 20;
 
 -- room_name -> room

mercurial