diff options
Diffstat (limited to '')
-rw-r--r-- | src/scram.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scram.erl b/src/scram.erl index 3069be466..b96053754 100644 --- a/src/scram.erl +++ b/src/scram.erl @@ -36,7 +36,7 @@ -spec salted_password(binary(), binary(), non_neg_integer()) -> binary(). salted_password(Password, Salt, IterationCount) -> - hi(jlib:resourceprep(Password), Salt, IterationCount). + hi(jid:resourceprep(Password), Salt, IterationCount). -spec client_key(binary()) -> binary(). |