Skip to content

Commit 515d116

Browse files
author
Andrzej Telezynski
committed
MIM-2389 Fix wrong namespace when removing IQ handlers in mod_sic
1 parent d668a33 commit 515d116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_sic.erl

Lines changed: 1 addition & 1 deletion
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)