diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-23 19:37:01 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-23 19:37:01 +0000 |
| commit | a02e9470dea63957d703931ede50934cdac15882 (patch) | |
| tree | d48f3aec31a9bc3a5fb83e864f327f3f7ba94115 /source/QXmppConfiguration.h | |
| parent | 2fe5cfecf1d3cf7877fcb609b603add501db8732 (diff) | |
| download | qxmpp-a02e9470dea63957d703931ede50934cdac15882.tar.gz | |
Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanism
Also setting SASLDigestMD5 as a default SASLAuth mechanism.
Diffstat (limited to 'source/QXmppConfiguration.h')
| -rw-r--r-- | source/QXmppConfiguration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppConfiguration.h b/source/QXmppConfiguration.h index 03391a50..9b144b56 100644 --- a/source/QXmppConfiguration.h +++ b/source/QXmppConfiguration.h @@ -56,7 +56,8 @@ public: /// a mechanism.
enum SASLAuthMechanism
{
- SASLPlain = 0 ///< Default
+ SASLPlain = 0,
+ SASLDigestMD5 ///< Default
};
QXmppConfiguration();
|
