6 #ifndef SWIFT_CORE_FSD_MUTE_H
7 #define SWIFT_CORE_FSD_MUTE_H
11 namespace swift::core::fsd
18 Mute(
const QString &sender,
const QString &receiver,
bool mute);
21 QStringList toTokens()
const;
24 static Mute fromTokens(
const QStringList &tokens);
27 static QString
pdu() {
return "#MU"; }
36 inline bool operator==(
const Mute &lhs,
const Mute &rhs)
bool operator!=(const AddAtc &lhs, const AddAtc &rhs)
Not equal operator.
QString sender() const
get message sender
QString receiver() const
Get message receiver.
bool m_mute
Flag whether the user should be muted/unmuted.
static QString pdu()
PDU identifier.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.