diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-04-05 13:53:04 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-04-05 16:31:44 +0200 |
| commit | f3aa893f5165feb3020b691434c7ce17119559fd (patch) | |
| tree | accedbb24846aa77af1e6cafa80082d7ded9ce61 /src/base/QXmppConstants_p.h | |
| parent | 420fddae862b0f67e7d8fe712006525c0239154e (diff) | |
| download | qxmpp-f3aa893f5165feb3020b691434c7ce17119559fd.tar.gz | |
Add pre-approved presence subscriptions stream feature
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 3cc2ca67..125e6d19 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -44,6 +44,7 @@ extern const char* ns_sasl; extern const char* ns_bind; extern const char* ns_session; extern const char* ns_stanza; +extern const char* ns_pre_approval; // XEP-0009: Jabber-RPC extern const char* ns_rpc; // XEP-0020: Feature Negotiation |
