diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:51:06 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:51:06 +0000 |
| commit | e386059f004474d4ffa32a9573a3f36dbec4439b (patch) | |
| tree | 1d734bbbf62ac4182e20a036fa43eaf0b7b7cebb /source/QXmppConstants.h | |
| parent | c8ce37573791629d5d475e00d81c371d44d4311d (diff) | |
| download | qxmpp-e386059f004474d4ffa32a9573a3f36dbec4439b.tar.gz | |
add support for XEP-0030 : Service Discovery
Diffstat (limited to 'source/QXmppConstants.h')
| -rw-r--r-- | source/QXmppConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h index 40bcce73..d190858a 100644 --- a/source/QXmppConstants.h +++ b/source/QXmppConstants.h @@ -37,6 +37,7 @@ 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_disco_items; extern const char* ns_ibb; extern const char* ns_rpc; extern const char* ns_ping; |
