Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-10-17 00:42:24 +0400
committerAlexey Shchepin <alexey@process-one.net>2005-10-17 00:42:24 +0400
commit2a9618aeb4a8461a5b9f345ff88b5d47e940c788 (patch)
tree6516f304aa83d2673b144e788a934e999b87e5ac /src
parent590b2c9348c2636206d7f8561efdcc4582e37f5b (diff)
* src/gen_iq_handler.erl: Bugfix
SVN Revision: 422
Diffstat (limited to 'src')
-rw-r--r--src/gen_iq_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_iq_handler.erl b/src/gen_iq_handler.erl
index 0a149994c..caed05000 100644
--- a/src/gen_iq_handler.erl
+++ b/src/gen_iq_handler.erl
@@ -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