~singpolyma/biboumi

fcb2681b7b3f221160fac027731fc3688d73d59d — louiz’ 7 years ago 7d2a2dc
Log a warning when we receive an iq without a from
1 files changed, 3 insertions(+), 1 deletions(-)

M src/xmpp/biboumi_component.cpp
M src/xmpp/biboumi_component.cpp => src/xmpp/biboumi_component.cpp +3 -1
@@ 285,8 285,10 @@ void BiboumiComponent::handle_iq(const Stanza& stanza)
  std::string to_str = stanza.get_tag("to");
  std::string type = stanza.get_tag("type");

  if (from.empty())
  if (from.empty()) {
    log_warning("Received an iq without a 'from'. Ignoring.");
    return;
  }
  if (id.empty() || to_str.empty() || type.empty())
    {
      this->send_stanza_error("iq", from, this->served_hostname, id,