Module xmpp_sasl_plain

Behaviours: xmpp_sasl.

Data Types

error_reason()

error_reason() = parser_failed | not_authorized | {atom(), binary()}

Function Index

format_error/1
mech_new/6
mech_step/2
parse/1

Function Details

format_error/1

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

mech_new/6

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

mech_step/2

mech_step(State, ClientIn) -> any()

parse/1

parse(S::binary()) -> [binary()]


Generated by EDoc