diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-06 19:12:19 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-06 19:12:19 +0000 |
| commit | 78711c314a4cc20aaf276e519d9db1d91cf22fa7 (patch) | |
| tree | a2ae5b3c1c0fef7e231f828444d5878ad0ad5b41 /src/QXmppConstants.h | |
| parent | f38253b159f7cbb4bc2c9990d76255d167d3af7b (diff) | |
| download | qxmpp-78711c314a4cc20aaf276e519d9db1d91cf22fa7.tar.gz | |
add an attribute to QXmppMessage to carry delivery receipt request
Diffstat (limited to 'src/QXmppConstants.h')
| -rw-r--r-- | src/QXmppConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppConstants.h b/src/QXmppConstants.h index a4f742a2..909bddd9 100644 --- a/src/QXmppConstants.h +++ b/src/QXmppConstants.h @@ -48,6 +48,7 @@ extern const char* ns_ibb; extern const char* ns_rpc; extern const char* ns_ping; extern const char *ns_conference; +extern const char *ns_message_receipts; extern const char *ns_delayed_delivery; extern const char *ns_legacy_delayed_delivery; extern const char *ns_muc; |
