Module xmpp_sasl_scram

Behaviours: xmpp_sasl.

Authors: Stephen Röttger (stephen.roettger@googlemail.com).

Data Types

error_reason()

error_reason() = unsupported_extension | bad_username | not_authorized | saslprep_failed | parser_failed | bad_attribute | nonce_mismatch | bad_channel_binding | incompatible_mechs | {atom(), binary()}

Function Index

format_error/1
mech_new/6
mech_step/2

Function Details

format_error/1

format_error(X1::error_reason()) -> {atom(), binary()}

mech_new/6

mech_new(Mech, ChannelBindings, Mechs, UAId, Host, X6) -> any()

mech_step/2

mech_step(State, ClientIn) -> any()


Generated by EDoc