Skip to content

Commit

Permalink
XEP-0480: Use base64 encoding for the salt
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Dec 1, 2024
1 parent 7673b28 commit 67b3f6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/xmpp_codec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5564,6 +5564,9 @@
enc = {enc_int, []},
dec = {dec_int, [1, infinity]},
required = true}],
cdata = #cdata{label = '$cdata',
enc = {base64, encode, []},
dec = {base64, decode, []}},
result = {scram_upgrade_salt, '$iterations', '$cdata'}}).

-xml(scram_upgrade_hash,
Expand Down

0 comments on commit 67b3f6b

Please sign in to comment.