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_pubsub | |
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_pubsub')
-rw-r--r-- | src/mod_pubsub/mod_pubsub.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index afea05cb0..37eb87c17 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -318,7 +318,7 @@ iq_disco_info(SNode) -> [{xmlelement, "identity", [{"category", "pubsub"}, {"type", "generic"}, - {"name", "ejabberd/mod_pubsub"}], []}, + {"name", "Publish-Subscribe"}], []}, {xmlelement, "feature", [{"var", ?NS_PUBSUB}], []}, {xmlelement, "feature", [{"var", ?NS_PUBSUB_EVENT}], []}, {xmlelement, "feature", [{"var", ?NS_PUBSUB_OWNER}], []}, |