QXmpp Version: 1.7.0
QXmppBindError.h
1// SPDX-FileCopyrightText: 2024 Linus Jahn <lnj@kaidan.im>
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4
5#ifndef QXMPPBINDERROR_H
6#define QXMPPBINDERROR_H
7
8#include "QXmppStanza.h"
9
10namespace QXmpp {
11
17struct BindError {
20};
21
22} // namespace QXmpp
23
24#endif // QXMPPBINDERROR_H
The Error class represents a stanza error.
Definition: QXmppStanza.h:94
Definition: Algorithms.h:10
Definition: QXmppBindError.h:17
QXmppStanza::Error stanzaError
Stanza error returned by the server.
Definition: QXmppBindError.h:19