AuthenticationsEnum Enumeration
    
 

Description
This is list of possible authentication methods between wodXMPP and XMPP server.

Members
Constant Value Description
 AuthAutomatic 0 Auto select authentication.
 AuthPlain 1 Plain authentication.
 AuthDigest 2 Digest authentication.
 AuthNTLM 3 NTLM authentication.
 AuthNTLMCurrentUser 4 NTLM authentication using credentials of currently logged on user.
AuthAnonymous 5 Anonymous authentication.
AuthMSNOAuth2 6 X-MESSENGER-OAUTH2 simple authentication.