Authors: Jean-Sébastien Pédron (js.pedron@meetic-corp.com).
References
See also: exmpp_client_legacy_auth.
failure/2 | Make an <iq> to notify a successfull authentication. |
fields/1 | Make an <iq> for advertising fields. |
fields/2 | Make an <iq> for advertising fields. |
get_credentials/1 | Extract credentials from the Password_IQ . |
success/1 | Make an <iq> to notify a successfull authentication. |
unhex/1 | Decode hexadecimal string. |
want_fields/1 | Tell if the initiating entity asks for the authentication fields. |
failure(Password_IQ, Condition) -> Failure_IQ
Make an <iq>
to notify a successfull authentication.
fields(Request_IQ) -> Fields_IQ
Make an <iq>
for advertising fields.
fields(Request_IQ, Auth) -> Fields_IQ
Make an <iq>
for advertising fields.
get_credentials(Password_IQ) -> Credentials
Extract credentials from the Password_IQ
.
success(Password_IQ) -> Success_IQ
Make an <iq>
to notify a successfull authentication.
unhex(Digest::Hex) -> Plain
Decode hexadecimal string.
want_fields(Request_IQ) -> bool()
Tell if the initiating entity asks for the authentication fields.
Generated by EDoc, Jan 21 2011, 01:43:53.