We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d668a33 + 515d116 commit 00a14ebCopy full SHA for 00a14eb
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