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 1060
fb3b2de0eb2f
parent 1059
aed462ef09d8
child 1061
8c5876378c6f

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
@@ -21,7 +21,7 @@
 end
 
 local muc_domain = module:get_host();
-local muc_name = "MUCMUCMUC!!!";
+local muc_name = "Chatrooms";
 local history_length = 20;
 
 -- room_name -> room

mercurial