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>
|
||||
struct BaseImplWithPayload {
|
||||
std::string id;
|
||||
std::optional<FullJid> from{};
|
||||
std::optional<BareJid> to{};
|
||||
std::optional<Jid> from{};
|
||||
std::optional<Jid> to{};
|
||||
PayloadType payload;
|
||||
static const inline std::string kName = Name;
|
||||
static constexpr auto kDefaultName = "iq";
|
||||
|
|
Loading…
Reference in a new issue