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
| format_error/1 | |
| mech_new/4 | |
| mech_step/2 |
format_error(X1::error_reason()) -> {atom(), binary()}
mech_new(Host, GetPassword, CheckPassword, CheckPasswordDigest) -> any()
mech_step(State, ClientIn) -> any()
Generated by EDoc