diff options
Diffstat (limited to 'src/mod_mix.erl')
-rw-r--r-- | src/mod_mix.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mix.erl b/src/mod_mix.erl index 29fa6e4ac..3b43cfa0d 100644 --- a/src/mod_mix.erl +++ b/src/mod_mix.erl @@ -642,7 +642,7 @@ notify_participant_left(Mod, LServer, To, ID) -> -spec make_id(jid(), binary()) -> binary(). make_id(JID, Key) -> Data = jid:encode(jid:tolower(jid:remove_resource(JID))), - xmpp_util:hex(crypto:hmac(sha256, Data, Key, 10)). + xmpp_util:hex(misc:crypto_hmac(sha256, Data, Key, 10)). %%%=================================================================== %%% Error generators |