diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-01-19 18:06:56 +0100 |
|---|---|---|
| committer | Boris Pek <tehnick-8@yandex.ru> | 2019-05-04 23:53:43 +0300 |
| commit | 9c8fea86564712aca4363bb1ebe5fd227eff188f (patch) | |
| tree | 8ad0ccd9ff946c9d5a76ef1f91bea34cfd32c1ae /src/base/QXmppConstants_p.h | |
| parent | ee328bb4fa969fe9d69c5781d8a27d0b3f6f5c10 (diff) | |
| download | qxmpp-9c8fea86564712aca4363bb1ebe5fd227eff188f.tar.gz | |
Implement XEP-0363: HTTP File Upload: Request/Slot IQs
This implements the IQs for requesting and receiving upload slots as
defined by XEP-0363: HTTP File Upload in version 0.9.0.
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 04cb820f..35d92247 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -144,6 +144,8 @@ extern const char* ns_idle; extern const char* ns_chat_markers; // XEP-0352: Client State Indication extern const char* ns_csi; +// XEP-0363: HTTP File Upload +extern const char* ns_http_upload; // XEP-0369: Mediated Information eXchange (MIX) extern const char* ns_mix; extern const char* ns_mix_create_channel; |
