aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMessageHandler.cpp
blob: b6e4505c277084a651556344577597a19b27de7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-FileCopyrightText: 2022 Linus Jahn <lnj@kaidan.im>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

///
/// \class QXmppMessageHandler
///
/// Interface for handling messages.
///
/// \since QXmpp 1.5
///

///
/// \fn QXmppMessageHandler::handleMessage()
///
/// Handles the message.
///
/// \returns Whether the message has been handled and no other extensions should process it.
///