~singpolyma/biboumi

6bbab9d943a56e3cd20a2ac96cce1e9056d148cb — louiz’ 8 years ago 487b80e
Add ping to the disco info of the gateay
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
@@ 558,7 558,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})
  for (const char* ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS})
    {
      XmlNode feature("feature");
      feature["var"] = ns;