aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc.erl
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-09-22 17:01:16 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2006-09-22 17:01:16 +0000
commit112c6092224328fb8fc240dda6e721848cb3ba0c (patch)
tree0a7a35578ef24d4100e64580b54f884fdaf27156 /src/mod_muc/mod_muc.erl
parent* src/msgs/fr.msg: updated French translation. (diff)
* src/mod_muc/mod_muc.erl: Component name is now more user
friendly (thanks to Badlop). * src/mod_irc/mod_irc.erl: Likewise. * src/mod_pubsub/mod_pubsub.erl: Likewise. SVN Revision: 620
Diffstat (limited to 'src/mod_muc/mod_muc.erl')
-rw-r--r--src/mod_muc/mod_muc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl
index 196181f3f..d5ecb5b91 100644
--- a/src/mod_muc/mod_muc.erl
+++ b/src/mod_muc/mod_muc.erl
@@ -446,7 +446,7 @@ iq_disco_info() ->
[{xmlelement, "identity",
[{"category", "conference"},
{"type", "text"},
- {"name", "ejabberd/mod_muc"}], []},
+ {"name", "Chatrooms"}], []},
{xmlelement, "feature", [{"var", ?NS_MUC}], []},
{xmlelement, "feature", [{"var", ?NS_REGISTER}], []},
{xmlelement, "feature", [{"var", ?NS_VCARD}], []}].