diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-22 17:01:16 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-22 17:01:16 +0000 |
commit | 112c6092224328fb8fc240dda6e721848cb3ba0c (patch) | |
tree | 0a7a35578ef24d4100e64580b54f884fdaf27156 /src/mod_irc | |
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_irc')
-rw-r--r-- | src/mod_irc/mod_irc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_irc/mod_irc.erl b/src/mod_irc/mod_irc.erl index e3ce27268..77c2f575d 100644 --- a/src/mod_irc/mod_irc.erl +++ b/src/mod_irc/mod_irc.erl @@ -291,7 +291,7 @@ iq_disco() -> [{xmlelement, "identity", [{"category", "conference"}, {"type", "irc"}, - {"name", "ejabberd/mod_irc"}], []}, + {"name", "IRC Transport"}], []}, {xmlelement, "feature", [{"var", ?NS_MUC}], []}, {xmlelement, "feature", |