Skip to content

Commit 00a14eb

Browse files
authored
Merge pull request #4484 from esl/MIM-2389_fix_warnings
MIM-2389 Fix wrong namespace when removing IQ handlers in mod_sic
2 parents d668a33 + 515d116 commit 00a14eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_sic.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ start(HostType, #{iqdisc := IQDisc}) ->
5757

5858
-spec stop(mongooseim:host_type()) -> ok.
5959
stop(HostType) ->
60-
[gen_iq_handler:remove_iq_handler_for_domain(HostType, ?NS_LAST, Component) ||
60+
[gen_iq_handler:remove_iq_handler_for_domain(HostType, ?NS_SIC, Component) ||
6161
{Component, _Fn} <- iq_handlers()],
6262
ok.
6363

0 commit comments

Comments
 (0)