diff options
| author | Linus Jahn <lnj@kaidan.im> | 2018-12-30 15:19:28 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2019-01-04 10:07:36 +0100 |
| commit | 4231f551d031bd82ce35fec63485882b31e2d1dc (patch) | |
| tree | dee7aad679c4b1394996cac4116692eb90167590 /src/base/QXmppConstants_p.h | |
| parent | 91f23c69dd39117e6b8253d89ebfaf27f7612b82 (diff) | |
| download | qxmpp-4231f551d031bd82ce35fec63485882b31e2d1dc.tar.gz | |
Implement XEP-0319: Last User Interaction in Presence
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 17495b33..5ffb33ad 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -138,6 +138,8 @@ extern const char* ns_forwarding; extern const char* ns_message_correct; // XEP-0313: Message Archive Management extern const char* ns_mam; +// XEP-0319: Last User Interaction in Presence +extern const char* ns_idle; // XEP-0333: Char Markers extern const char* ns_chat_markers; // XEP-0352: Client State Indication |
