Behaviours: xmpp_sasl.
error_reason() = parser_failed | not_authorized | {atom(), binary()}
| format_error/1 | |
| mech_new/6 | |
| mech_step/2 | |
| parse/1 |
format_error(X1::error_reason()) -> {atom(), binary()}
mech_new(Mech, CB, Mechs, UAId, Host, X6) -> any()
mech_step(State, ClientIn) -> any()
parse(S::binary()) -> [binary()]
Generated by EDoc