24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

* src/mod_pubsub/mod_pubsub.erl: Bugfix

SVN Revision: 737
This commit is contained in:
Alexey Shchepin 2007-02-22 07:39:05 +00:00
parent 6dc78ef0b5
commit 39c1eb4be7
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2007-02-22 Alexey Shchepin <alexey@sevcom.net>
* src/mod_pubsub/mod_pubsub.erl: Bugfix
* src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks to
Evgeniy Khramtsov)

View File

@ -78,7 +78,7 @@ start(Host, Opts) ->
stop(Host) ->
Proc = gen_mod:get_module_proc(Host, ?PROCNAME),
gen_server:call(Proc, stop),
supervisor:stop_child(ejabberd_sup, Proc).
supervisor:delete_child(ejabberd_sup, Proc).
delete_item(From, Node, ItemID) ->
delete_item(get_host(), From, Node, ItemID).