~singpolyma/biboumi

98ef49e78734b1d9cc3b0145ad256b8f14b769b6 — Florent Le Coz 9 years ago 0b4f761
Fix the kick by correctly using the from and to attributes
1 files changed, 1 insertions(+), 1 deletions(-)

M src/xmpp/xmpp_component.cpp
M src/xmpp/xmpp_component.cpp => src/xmpp/xmpp_component.cpp +1 -1
@@ 380,7 380,7 @@ void XmppComponent::handle_iq(const Stanza& stanza)
    }

  Bridge* bridge = this->get_user_bridge(from);
  Jid to(from);
  Jid to(to_str);

  std::string error_type("cancel");
  std::string error_name("internal-server-error");