The QXmppJingleMessageInitiationManager class makes it possible to retrieve Jingle Message Initiation elements as defined by XEP-0353: Jingle Message Initiation.
More...
|
| QXmppTask< ProposeResult > | propose (const QString &remoteJid, const QXmppJingleRtpDescription &description) |
| QXmppTask< ProposeResult > | propose (const QString &remoteJid, const QList< QXmppJingleRtpDescription > &descriptions) |
| Q_SIGNAL void | proposed (const std::shared_ptr< QXmppJingleMessageInitiation > &jmi, const QString &id, const std::optional< QXmppJingleRtpDescription > &description) |
| Q_SIGNAL void | proposeReceived (const std::shared_ptr< QXmppJingleMessageInitiation > &jmi, const QString &id, const QList< QXmppJingleRtpDescription > &descriptions) |
| | QXmppClientExtension () |
| virtual QStringList | discoveryFeatures () const |
| virtual QList< QXmppDiscoIdentity > | discoveryIdentities () const |
| virtual bool | handleStanza (const QDomElement &stanza) |
| | You need to implement this method to process incoming XMPP stanzas.
|
| virtual bool | handleStanza (const QDomElement &stanza, const std::optional< QXmppE2eeMetadata > &e2eeMetadata) |
| | You need to implement this method to process incoming XMPP stanzas.
|
| | QXmppLoggable (QObject *parent=nullptr) |
|
Q_SIGNAL void | setGauge (const QString &gauge, double value) |
| | Sets the given gauge to value.
|
|
Q_SIGNAL void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| | This signal is emitted to send logging messages.
|
|
Q_SIGNAL void | updateCounter (const QString &counter, qint64 amount=1) |
| | Updates the given counter by amount.
|
| Public Member Functions inherited from QXmppMessageHandler |
| virtual bool | handleMessage (const QXmppMessage &)=0 |
|
|
class | QXmppJingleMessageInitiationPrivate |
|
class | tst_QXmppJingleMessageInitiationManager |
The QXmppJingleMessageInitiationManager class makes it possible to retrieve Jingle Message Initiation elements as defined by XEP-0353: Jingle Message Initiation.
- Since
- QXmpp 1.6
◆ ProposeResult
Contains JMI object or an error if sending the propose message failed.
◆ propose() [1/2]
Creates a proposal JMI element and passes it as a message.
- Since
- QXmpp 1.14
◆ propose() [2/2]
Creates a proposal JMI element and passes it as a message.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
◆ proposed()
Emitted when a call has been proposed.
- Parameters
-
| jmi | Jingle Message Initiation object of proposed session |
| id | JMI element id |
| description | JMI element's description containing media type (i.e., audio, video) |
- Deprecated
◆ proposeReceived()
Emitted when a call has been proposed.
- Parameters
-
| jmi | Jingle Message Initiation object of proposed session |
| id | JMI element id |
| descriptions | JMI element's description containing media type (i.e., audio, video) |
- Since
- QXmpp 1.14
The documentation for this class was generated from the following files: