diff options
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/QXmppStanza.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h index e06d0b3b..43ae4375 100644 --- a/src/base/QXmppStanza.h +++ b/src/base/QXmppStanza.h @@ -130,7 +130,10 @@ public: NotAcceptable, ///< The request does not meet the defined critera. NotAllowed, ///< No entity is allowed to perform the request. NotAuthorized, ///< The request should be resent after authentication. - PaymentRequired, ///< Payment is required to perform the request. + /// Payment is required to perform the request. + /// \deprecated This error condition is deprecated since QXmpp 1.3 as it was not adopted in RFC6120. + QT_DEPRECATED_X("The <payment-required/> error was removed in RFC6120") + PaymentRequired, RecipientUnavailable, ///< The recipient is unavailable. Redirect, ///< The requested resource is available elsewhere. RegistrationRequired, ///< The requesting entity needs to register first. |
