diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-09-29 19:25:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 19:25:38 +0200 |
| commit | 61fc5f0a080f27260148f7e34a8650b0e0195809 (patch) | |
| tree | 920a58deda1d1f76f839f8782336000efe42f911 /src/base/QXmppConstants_p.h | |
| parent | 8fb5a45163c29e6ff4747f2ced28a54778904e4e (diff) | |
| download | qxmpp-61fc5f0a080f27260148f7e34a8650b0e0195809.tar.gz | |
Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)
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 5a1e57e7..8db12563 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -145,6 +145,8 @@ extern const char *ns_thumbs; extern const char *ns_muji; // XEP-0280: Message Carbons extern const char *ns_carbons; +// XEP-0293: Jingle RTP Feedback Negotiation +extern const char *ns_jingle_rtp_feedback_negotiation; // XEP-0297: Stanza Forwarding extern const char *ns_forwarding; // XEP-0300: Use of Cryptographic Hash Functions in XMPP |
