diff options
author | Badlop <badlop@process-one.net> | 2007-12-25 00:38:04 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-25 00:38:04 +0000 |
commit | 62b1811ed201b08b48064bc38a5c2e3796c5a9e1 (patch) | |
tree | 80c24df720f530bceb60b341ba16f82541bc7fbe | |
parent | * doc/release_notes_2.0.0.txt: minor fix. (diff) |
* src/mod_configure.erl: Bugfix, update to match changes in
mod_announce SVN r1099
SVN Revision: 1122
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/mod_configure.erl | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -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> * src/mod_pubsub/mod_pubsub.erl: remove useless get_roster_info call in diff --git a/src/mod_configure.erl b/src/mod_configure.erl index cbf3f1d71..7dc2d863c 100644 --- a/src/mod_configure.erl +++ b/src/mod_configure.erl @@ -1709,9 +1709,7 @@ stop_node(From, Host, ENode, Action, XData) -> [] -> ok; SubEls -> Request = #adhoc_request{ - lang = "es", - node = ?NS_ADMINX("announce-online-allhosts"), - sessionid = "2007-08-17T15:28:40.517806Z", + node = ?NS_ADMINX("announce-allhosts"), action = "complete", xdata = {xmlelement, "x", [{"xmlns","jabber:x:data"},{"type","submit"}], |