mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_pubsub/mod_pubsub.erl: Fixed URI.
SVN Revision: 1020
This commit is contained in:
parent
1724ee2b15
commit
d3a86d7660
@ -1,7 +1,7 @@
|
||||
2007-12-04 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/mod_pubsub/mod_pubsub.erl: Bugfix: don't report the Jabber
|
||||
server as a pubsub service.
|
||||
server as a pubsub service. Fixed URI.
|
||||
|
||||
2007-12-03 Mickael Remond <mremond@process-one.net>
|
||||
|
||||
|
@ -854,7 +854,7 @@ iq_sm(From, To, #iq{type = Type, sub_el = SubEl, xmlns = XMLNS, lang = Lang} = I
|
||||
|
||||
iq_get_vcard(Lang) ->
|
||||
[{xmlelement, "FN", [], [{xmlcdata, "ejabberd/mod_pubsub"}]},
|
||||
{xmlelement, "URL", [], [{xmlcdata, "http://www.process-one.net/en/projects/ejabberd/"}]},
|
||||
{xmlelement, "URL", [], [{xmlcdata, ?EJABBERD_URI}]},
|
||||
{xmlelement, "DESC", [],
|
||||
[{xmlcdata,
|
||||
translate:translate(Lang,
|
||||
|
Loading…
Reference in New Issue
Block a user