diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-29 10:14:10 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-29 10:14:10 +0000 |
| commit | 91ab7f10a2b8139926c09c25921511f93e2af51d (patch) | |
| tree | f340cd1eccea4dab5291db22a3eaa47311c024d4 /source/QXmppConstants.h | |
| parent | 1e18c93ea2571a05380e6458204bbef10f2a5a5c (diff) | |
| download | qxmpp-91ab7f10a2b8139926c09c25921511f93e2af51d.tar.gz | |
add support for XEP-0203: Delayed Delivery
Diffstat (limited to 'source/QXmppConstants.h')
| -rw-r--r-- | source/QXmppConstants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h index 82860676..159717f7 100644 --- a/source/QXmppConstants.h +++ b/source/QXmppConstants.h @@ -42,7 +42,8 @@ extern const char* ns_ibb; extern const char* ns_rpc; extern const char* ns_ping; extern const char *ns_conference; -extern const char *ns_delay; +extern const char *ns_delayed_delivery; +extern const char *ns_legacy_delayed_delivery; extern const char *ns_muc; extern const char *ns_muc_admin; extern const char *ns_muc_owner; |
