Behaviours: xmpp_sasl.
Authors: Stephen Röttger (stephen.roettger@googlemail.com).
error_reason() = unsupported_extension | bad_username | not_authorized | saslprep_failed | parser_failed | bad_attribute | nonce_mismatch | bad_channel_binding | incompatible_mechs | {atom(), binary()}
| format_error/1 | |
| mech_new/6 | |
| mech_step/2 |
format_error(X1::error_reason()) -> {atom(), binary()}
mech_new(Mech, ChannelBindings, Mechs, UAId, Host, X6) -> any()
mech_step(State, ClientIn) -> any()
Generated by EDoc