diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-18 22:54:04 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-18 22:54:04 +0000 |
| commit | 8054a813ea973b69fa655ce0cdfb516db58e4295 (patch) | |
| tree | adaaf6c64f467008130b2126fa121aff20a4d286 /source/QXmppConstants.h | |
| parent | d7a8921864d1a622ee1125075139b6693a9011c2 (diff) | |
| download | qxmpp-8054a813ea973b69fa655ce0cdfb516db58e4295.tar.gz | |
XEP-0078: Non-SASL Authentication Implementation
Diffstat (limited to 'source/QXmppConstants.h')
| -rw-r--r-- | source/QXmppConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h index cb580f09..4084a89e 100644 --- a/source/QXmppConstants.h +++ b/source/QXmppConstants.h @@ -34,5 +34,7 @@ extern const char* ns_bind; extern const char* ns_session;
extern const char* ns_stanza;
extern const char* ns_vcard;
+extern const char* ns_auth;
+extern const char* ns_authFeature;
#endif // QXMPPCONSTANTS_H
|
