diff --git a/include/transport/config.h b/include/transport/config.h index 01c0786b4bfdcf50f760d7b7ec693fb13b98722b..cecdf772bac1647e94ffb73c88d2f8990bad048f 100644 --- a/include/transport/config.h +++ b/include/transport/config.h @@ -115,6 +115,7 @@ class Config { Variables m_variables; std::map m_unregistered; std::string m_file; + std::string m_jid; }; }