diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-18 23:22:22 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-18 23:22:22 +0000 |
| commit | a9d542be47e91ae39390247f8c8bbb21d588388f (patch) | |
| tree | df3e1e317a8b616448f7ef383b58b18da086f78b /source/QXmppConstants.h | |
| parent | 8054a813ea973b69fa655ce0cdfb516db58e4295 (diff) | |
| download | qxmpp-a9d542be47e91ae39390247f8c8bbb21d588388f.tar.gz | |
Issue 16: Implement XEP-0030
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 4084a89e..ee92560a 100644 --- a/source/QXmppConstants.h +++ b/source/QXmppConstants.h @@ -36,5 +36,7 @@ extern const char* ns_stanza; extern const char* ns_vcard;
extern const char* ns_auth;
extern const char* ns_authFeature;
+extern const char* ns_disco_info;
+extern const char* ns_ibb;
#endif // QXMPPCONSTANTS_H
|
