QXmppIbbOpenIq Class

Header: #include <QXmppIbbOpenIq>
Inherits: QXmppIq

Public Functions

long blockSize() const
void setBlockSize(long block_size)
void setSid(const QString &sid)
QString sid() const

Detailed Description

The QXmppIbbOpenIq represents an IBB open request as defined by XEP-0047: In-Band Bytestreams.

Member Function Documentation

long QXmppIbbOpenIq::blockSize() const

Returns the maximum size in bytes of each data chunk (which MUST NOT be greater than 65535).

See also setBlockSize().

void QXmppIbbOpenIq::setBlockSize(long block_size)

Sets the maximum size in bytes of each data chunk (which MUST NOT be greater than 65535).

block_size.

See also blockSize().

void QXmppIbbOpenIq::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 QXmppIbbOpenIq::sid() const

Returns the unique session ID for this IBB session (which MUST match the NMTOKEN datatype).

See also setSid().