mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-02 16:37:52 +01:00
* src/mod_configure.erl: Bugfix, update to match changes in
mod_announce SVN r1099 SVN Revision: 1122
This commit is contained in:
parent
d3d9d2b701
commit
62b1811ed2
@ -1,3 +1,8 @@
|
|||||||
|
2007-12-25 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/mod_configure.erl: Bugfix, update to match changes in
|
||||||
|
mod_announce SVN r1099
|
||||||
|
|
||||||
2007-12-24 Christophe Romain <christophe.romain@process-one.net>
|
2007-12-24 Christophe Romain <christophe.romain@process-one.net>
|
||||||
|
|
||||||
* src/mod_pubsub/mod_pubsub.erl: remove useless get_roster_info call in
|
* src/mod_pubsub/mod_pubsub.erl: remove useless get_roster_info call in
|
||||||
|
@ -1709,9 +1709,7 @@ stop_node(From, Host, ENode, Action, XData) ->
|
|||||||
[] -> ok;
|
[] -> ok;
|
||||||
SubEls ->
|
SubEls ->
|
||||||
Request = #adhoc_request{
|
Request = #adhoc_request{
|
||||||
lang = "es",
|
node = ?NS_ADMINX("announce-allhosts"),
|
||||||
node = ?NS_ADMINX("announce-online-allhosts"),
|
|
||||||
sessionid = "2007-08-17T15:28:40.517806Z",
|
|
||||||
action = "complete",
|
action = "complete",
|
||||||
xdata = {xmlelement, "x",
|
xdata = {xmlelement, "x",
|
||||||
[{"xmlns","jabber:x:data"},{"type","submit"}],
|
[{"xmlns","jabber:x:data"},{"type","submit"}],
|
||||||
|
Loading…
Reference in New Issue
Block a user