The QXmppJingleRtpEncryption class represents the XEP-0167: Jingle RTP Sessions "encryption" element used for SRTP negotiation.
More...
The QXmppJingleRtpEncryption class represents the XEP-0167: Jingle RTP Sessions "encryption" element used for SRTP negotiation.
- Since
- QXmpp 1.5
◆ QXmppJingleRtpEncryption()
QXmppJingleRtpEncryption::QXmppJingleRtpEncryption |
( |
| ) |
|
Constructs a Jingle RTP encryption.
◆ cryptoElements()
Returns the crypto elements used for encryption via SRTP.
- Returns
- the crypto elements
◆ isJingleRtpEncryption()
bool QXmppJingleRtpEncryption::isJingleRtpEncryption |
( |
const QDomElement & |
element | ) |
|
|
static |
Determines whether the given DOM element is an RTP encryption element.
- Parameters
-
element | DOM element being checked |
- Returns
- whether element is an RTP encryption element
◆ isRequired()
bool QXmppJingleRtpEncryption::isRequired |
( |
| ) |
const |
Returns whether encryption via SRTP is required.
- Returns
- whether encryption is required
◆ setCryptoElements()
Sets the crypto elements used for encryption via SRTP.
- Parameters
-
cryptoElements | the crypto elements |
◆ setRequired()
void QXmppJingleRtpEncryption::setRequired |
( |
bool |
isRequired | ) |
|
Sets whether encryption via SRTP is required.
- Parameters
-
isRequired | whether encryption is required |
The documentation for this class was generated from the following files: