226 Q_PROPERTY(
bool supportedByServer READ supportedByServer NOTIFY supportedByServerChanged)
232 QStringList discoveryFeatures()
const override;
234 void changePassword(
const QString &newPassword);
235 void deleteAccount();
249 bool supportedByServer()
const;
251 void requestRegistrationForm(
const QString &service = {});
254 void setRegistrationFormToSend(
const QXmppDataForm &dataForm);
255 void sendCachedRegistrationForm();
257 bool registerOnConnectEnabled()
const;
258 void setRegisterOnConnectEnabled(
bool enabled);
261 bool handleStanza(
const QDomElement &stanza)
override;
347 void setSupportedByServer(
bool supportedByServer);
349 const std::unique_ptr<QXmppRegistrationManagerPrivate> d;
The QXmppClientExtension class is the base class for QXmppClient extensions.
Definition QXmppClientExtension.h:33