~singpolyma/biboumi

2c6132f3ee8d29cd733019b34b0e6b8740a1e3f9 — louiz’ 7 years ago 3047bd4
Add 2 missing namespaces in our disco#info result
1 files changed, 1 insertions(+), 1 deletions(-)

M src/xmpp/biboumi_component.cpp
M src/xmpp/biboumi_component.cpp => src/xmpp/biboumi_component.cpp +1 -1
@@ 674,7 674,7 @@ void BiboumiComponent::send_self_disco_info(const std::string& id, const std::st
  identity["type"] = "irc";
  identity["name"] = "Biboumi XMPP-IRC gateway";
  query.add_child(std::move(identity));
  for (const char* ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS})
  for (const char* ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS, MAM_NS, VERSION_NS})
    {
      XmlNode feature("feature");
      feature["var"] = ns;