diff options
| author | Linus Jahn <lnj@kaidan.im> | 2018-12-29 23:54:06 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-12-30 13:50:27 +0100 |
| commit | 1d838fb55fc7f4be8c96f8a02dfa9d1a82af2c05 (patch) | |
| tree | c7ee7fb6957a724728d4db8b2aa601da32ce743e /src/base/QXmppConstants_p.h | |
| parent | fc389736df1107245ca91ecbe0bca0526a42288a (diff) | |
| download | qxmpp-1d838fb55fc7f4be8c96f8a02dfa9d1a82af2c05.tar.gz | |
Implement XEP-0308: Last Message Correction
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 8846145c..17495b33 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -134,6 +134,8 @@ extern const char* ns_conference; extern const char* ns_carbons; // XEP-0297: Stanza Forwarding extern const char* ns_forwarding; +// XEP-0308: Last Message Correction +extern const char* ns_message_correct; // XEP-0313: Message Archive Management extern const char* ns_mam; // XEP-0333: Char Markers |
