diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-04-27 21:37:31 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-09-06 18:04:40 +0200 |
| commit | 8ab56c2cf1ff490b78def3f9799d4b8a99965d47 (patch) | |
| tree | 3b363feee85fd10a59b684c3e9067f1f1cde3eb4 /src/base/QXmppConstants_p.h | |
| parent | 499b6567a9b3f9838a0d0f082d8baabd05414ff9 (diff) | |
| download | qxmpp-8ab56c2cf1ff490b78def3f9799d4b8a99965d47.tar.gz | |
Implement XEP-0367: Message Attaching
This adds parsing and serialization for XEP-0367: Message Attaching in
version 0.3.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 35d92247..4f6eca53 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -146,6 +146,8 @@ extern const char* ns_chat_markers; extern const char* ns_csi; // XEP-0363: HTTP File Upload extern const char* ns_http_upload; +// XEP-0367: Message Attaching +extern const char* ns_message_attaching; // XEP-0369: Mediated Information eXchange (MIX) extern const char* ns_mix; extern const char* ns_mix_create_channel; |
