We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d668a33 commit 515d116Copy full SHA for 515d116
src/mod_sic.erl
@@ -57,7 +57,7 @@ start(HostType, #{iqdisc := IQDisc}) ->
57
58
-spec stop(mongooseim:host_type()) -> ok.
59
stop(HostType) ->
60
- [gen_iq_handler:remove_iq_handler_for_domain(HostType, ?NS_LAST, Component) ||
+ [gen_iq_handler:remove_iq_handler_for_domain(HostType, ?NS_SIC, Component) ||
61
{Component, _Fn} <- iq_handlers()],
62
ok.
63
0 commit comments