diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-10-02 21:46:52 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-10-02 21:48:01 +0200 |
| commit | 9ea4dc9cb762f8108b47124250e0c9e76a5b2cde (patch) | |
| tree | 4908525119aa115e1e1b66af84563829b9342d45 /src/base/QXmppConstants_p.h | |
| parent | 9f9d672e350ef4ce65983d2cac590aa23d74ac96 (diff) | |
| download | qxmpp-9ea4dc9cb762f8108b47124250e0c9e76a5b2cde.tar.gz | |
Implement XEP-0167: Jingle RTP Sessions error conditions (#485)
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index ac6c18d8..f5086cc9 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -121,6 +121,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_jingle_rtp_info; +extern const char *ns_jingle_rtp_errors; // XEP-0184: Message Receipts extern const char *ns_message_receipts; // XEP-0198: Stream Management |
