diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-13 19:54:35 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-13 19:54:35 +0000 |
| commit | d576c4819bbf746f1301ac1a29c442411e57f715 (patch) | |
| tree | f6a7a88ac711360e18ee824e798a5e241e8872eb /source/QXmppConstants.h | |
| parent | 805ce64b314a2d2014151adae95ed0ae4cfe233b (diff) | |
| download | qxmpp-d576c4819bbf746f1301ac1a29c442411e57f715.tar.gz | |
add namespace declarations for Jingle
Diffstat (limited to 'source/QXmppConstants.h')
| -rw-r--r-- | source/QXmppConstants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h index 159717f7..da7fe049 100644 --- a/source/QXmppConstants.h +++ b/source/QXmppConstants.h @@ -55,6 +55,11 @@ extern const char *ns_feature_negotiation; extern const char *ns_bytestreams; extern const char *ns_version; extern const char *ns_data; +extern const char *ns_jingle; +extern const char* ns_jingle_ice_udp; +extern const char *ns_jingle_rtp; +extern const char *ns_jingle_rtp_audio; +extern const char *ns_jingle_rtp_video; extern const char *svn_revision; #endif // QXMPPCONSTANTS_H |
