diff options
author | Badlop <badlop@process-one.net> | 2007-11-27 23:35:26 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-11-27 23:35:26 +0000 |
commit | 0996e569a6e4dbd1243fb0b754813f7da742aedf (patch) | |
tree | 22d45f9b3f2c21a4e1e60ca6c2f4e825c6dbfc7d /src/mod_pubsub/mod_pubsub.erl | |
parent | * src/gen_mod.erl: Update in database the configuration changes in (diff) |
* doc/guide.tex: Update URI of ejabberd official home page, URI
of ejabberd.jabber.ru, and copyright dates (EJAB-366)
* doc/introduction.tex:
* src/ejabberd.hrl:
* src/ejabberd_admin.erl:
* src/mod_irc/mod_irc.erl:
* src/mod_irc/mod_irc_connection.erl:
* src/mod_muc/mod_muc.erl:
* src/mod_muc/mod_muc_log.erl:
* src/mod_proxy65/mod_proxy65_service.erl:
* src/mod_pubsub/mod_pubsub.erl:
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
* src/msgs/*.msg:
* src/web/ejabberd_web_admin.erl:
SVN Revision: 997
Diffstat (limited to 'src/mod_pubsub/mod_pubsub.erl')
-rw-r--r-- | src/mod_pubsub/mod_pubsub.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index dfbe44f09..82a0bace7 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -402,13 +402,12 @@ iq_get_vcard(Lang) -> [{xmlelement, "FN", [], [{xmlcdata, "ejabberd/mod_pubsub"}]}, {xmlelement, "URL", [], - [{xmlcdata, - "http://ejabberd.jabberstudio.org/"}]}, + [{xmlcdata, ?EJABBERD_URI}]}, {xmlelement, "DESC", [], [{xmlcdata, translate:translate( Lang, "ejabberd pub/sub module\n" - "Copyright (c) 2003-2006 Alexey Shchepin")}]}]. + "Copyright (c) 2003-2007 Alexey Shchepin")}]}]. iq_pubsub(Host, ServerHost, From, Type, SubEl, Access) -> |