* src/gen_iq_handler.erl: Bugfix

SVN Revision: 422
This commit is contained in:
Alexey Shchepin 2005-10-16 20:42:24 +00:00
parent 590b2c9348
commit 2a9618aeb4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-10-16 Alexey Shchepin <alexey@sevcom.net>
* src/gen_iq_handler.erl: Bugfix
2005-10-15 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_auth_odbc.erl: Minor fix

View File

@ -38,7 +38,7 @@ add_iq_handler(Component, Host, NS, Module, Function, Type) ->
end.
remove_iq_handler(Component, Host, NS) ->
Component:unregister_iq_handler(NS).
Component:unregister_iq_handler(Host, NS).
stop_iq_handler(Module, Function, Opts) ->
case Opts of