Back to product page

AuthenticationsEnum Enumeration


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

Remarks

Possible values for AuthenticationsEnum:

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 authentication for MSN access

Platforms

Windows