|
QXmpp Version: 1.12.0
|
Public Member Functions | |
| QString | jid () const |
| void | setJid (const QString &jid) |
| QString | host () const |
| void | setHost (const QString &host) |
| quint16 | port () const |
| void | setPort (quint16 port) |
| QString | zeroconf () const |
| void | setZeroconf (const QString &zeroconf) |
StreamHost represents information about a specific SOCKS5 bytestreams host.
| QString QXmppByteStreamIq::StreamHost::host | ( | ) | const |
Returns the host address of the stream host.
| QString QXmppByteStreamIq::StreamHost::jid | ( | ) | const |
Returns the JID of the stream host.
| quint16 QXmppByteStreamIq::StreamHost::port | ( | ) | const |
Returns the port of the stream host.
| void QXmppByteStreamIq::StreamHost::setHost | ( | const QString & | host | ) |
Sets the host address of the stream host.
| void QXmppByteStreamIq::StreamHost::setJid | ( | const QString & | jid | ) |
Sets the JID of the stream host.
| void QXmppByteStreamIq::StreamHost::setPort | ( | quint16 | port | ) |
Sets the port of the stream host.
| void QXmppByteStreamIq::StreamHost::setZeroconf | ( | const QString & | zeroconf | ) |
Sets the zero-configuration service available for bytestreaming.
| QString QXmppByteStreamIq::StreamHost::zeroconf | ( | ) | const |
Returns the zero-configuration service available for bytestreaming.