QXmppIbbCloseIq Class
| Header: | #include <QXmppIbbCloseIq> |
| Inherits: | QXmppIq |
- List of all members, including inherited members
- QXmppIbbCloseIq is part of Stanzas.
Public Functions
Detailed Description
The QXmppIbbCloseIq represents an IBB close request as defined by XEP-0047: In-Band Bytestreams.
Member Function Documentation
void QXmppIbbCloseIq::setSid(const QString &sid)
Sets the unique session ID sid for this IBB session (which MUST match the NMTOKEN datatype).
sid.
See also sid().
QString QXmppIbbCloseIq::sid() const
Returns the unique session ID for this IBB session (which MUST match the NMTOKEN datatype).
See also setSid().