// SPDX-FileCopyrightText: 2022 Linus Jahn // // SPDX-License-Identifier: LGPL-2.1-or-later #ifndef QXMPPGLOBAL_P_H #define QXMPPGLOBAL_P_H #include "QXmppGlobal.h" #include namespace QXmpp::Private { std::optional encryptionFromString(const QString &str); QString encryptionToString(EncryptionMethod); QString encryptionToName(EncryptionMethod); } // namespace QXmpp::Private #endif // QXMPPGLOBAL_P_H