Compare commits
1 commit
9b25ed1620
...
495b58489e
Author | SHA1 | Date | |
---|---|---|---|
495b58489e |
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ namespace iq {
|
||||||
template <auto& Name, typename PayloadType>
|
template <auto& Name, typename PayloadType>
|
||||||
struct BaseImplWithPayload {
|
struct BaseImplWithPayload {
|
||||||
std::string id;
|
std::string id;
|
||||||
std::optional<FullJid> from{};
|
std::optional<Jid> from{};
|
||||||
std::optional<BareJid> to{};
|
std::optional<Jid> to{};
|
||||||
PayloadType payload;
|
PayloadType payload;
|
||||||
static const inline std::string kName = Name;
|
static const inline std::string kName = Name;
|
||||||
static constexpr auto kDefaultName = "iq";
|
static constexpr auto kDefaultName = "iq";
|
||||||
|
|
Loading…
Reference in a new issue