mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/gen_iq_handler.erl: Bugfix
SVN Revision: 422
This commit is contained in:
parent
590b2c9348
commit
2a9618aeb4
@ -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>
|
2005-10-15 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/ejabberd_auth_odbc.erl: Minor fix
|
* src/ejabberd_auth_odbc.erl: Minor fix
|
||||||
|
@ -38,7 +38,7 @@ add_iq_handler(Component, Host, NS, Module, Function, Type) ->
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
remove_iq_handler(Component, Host, NS) ->
|
remove_iq_handler(Component, Host, NS) ->
|
||||||
Component:unregister_iq_handler(NS).
|
Component:unregister_iq_handler(Host, NS).
|
||||||
|
|
||||||
stop_iq_handler(Module, Function, Opts) ->
|
stop_iq_handler(Module, Function, Opts) ->
|
||||||
case Opts of
|
case Opts of
|
||||||
|
Loading…
Reference in New Issue
Block a user