What types of authentication does the XMPP component support? |
|
Date Entered: 09/27/2007
|
Last Update: 09/27/2007
|
APPLIES TO |
|
|
|
|
|
|
SYNOPSIS |
What types of authentication does the XMPP component support? |
SOLUTION |
The XMPP (Jabber) component supports many different types of authentication, including that required by Google Talk (SASL PLAIN). Check the documentation for a full list of supported authentication methods:
- SASL/DIGEST-MD5
- AuthIQ/Digest
- SASL/PLAIN
- AuthIQ/Plaintext
To use one of these authentication styles, just set the AuthMethods property to one of the documented strings. Setting AuthMethods to "*" will have the special effect of telling the component to use the strongest available. |