24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-30 23:02:00 +02:00
This commit is contained in:
Evgeniy Khramtsov 2012-09-18 23:39:40 +10:00
parent 0d4b0b4218
commit 5480ee29fd

View File

@ -86,7 +86,7 @@ add_iq_handler(Component, Host, NS, Module, Function,
remove_iq_handler(Component, Host, NS) ->
Component:unregister_iq_handler(Host, NS).
-spec stop_iq_handler(atom(), atom(), opts()) -> any().
-spec stop_iq_handler(atom(), atom(), [pid()]) -> any().
stop_iq_handler(_Module, _Function, Opts) ->
case Opts of