Module xmpp_sasl_digest

Behaviours: xmpp_sasl.

Data Types

error_reason()

error_reason() = parser_failed | invalid_digest_uri | not_authorized | unexpected_response | {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) -> any()


Generated by EDoc