Obsolete Members for QXmppDiscoveryIq
The following members of class QXmppDiscoveryIq are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
Member Function Documentation
[deprecated] QXmppDataForm QXmppDiscoveryIq::form() const
This function is deprecated. We strongly advise against using it in new code.
Returns the first of the included data dataForms as defined by XEP-0128: Service Discovery Extensions.
Returns empty form if no form is included.
Use dataForms() or findForm() instead.
See also setForm().
[deprecated] void QXmppDiscoveryIq::setForm(const QXmppDataForm &form)
This function is deprecated. We strongly advise against using it in new code.
Sets included data dataForms as defined by XEP-0128: Service Discovery Extensions.
Use setForms() instead.
See also form().