diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 10:33:33 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 10:33:33 +0200 |
| commit | e4b6ead714de4912a5a8d10177843eed6c448a28 (patch) | |
| tree | f1143790174ba17507575291ca481ab14151c49b /src/base/QXmppConstants.h | |
| parent | 0ed84be38b159a32790cb074dc04760313ba27c2 (diff) | |
| download | qxmpp-e4b6ead714de4912a5a8d10177843eed6c448a28.tar.gz | |
add support for XEP-0221: Data Forms Media Element
Diffstat (limited to 'src/base/QXmppConstants.h')
| -rw-r--r-- | src/base/QXmppConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppConstants.h b/src/base/QXmppConstants.h index 2245b361..61c1da81 100644 --- a/src/base/QXmppConstants.h +++ b/src/base/QXmppConstants.h @@ -71,6 +71,7 @@ extern const char *ns_jingle_rtp; extern const char *ns_jingle_rtp_audio; extern const char *ns_jingle_rtp_video; extern const char *ns_entity_time; +extern const char *ns_media_element; extern const char *ns_attention; #endif // QXMPPCONSTANTS_H |
