~singpolyma/biboumi

3a288340df860f6aeaf0f9a59734c1d39d091495 — louiz’ 6 years ago 8b2f748
Fix the previous commit

fix #3231
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
@@ 179,7 179,7 @@ void BiboumiComponent::handle_presence(const Stanza& stanza)
  }
  catch (const IRCNotConnected& ex)
    {
      if (type == "unavailable")
      if (type != "unavailable")
        this->send_stanza_error("presence", from_str, to_str, id,
                                "cancel", "remote-server-not-found",
                                "Not connected to IRC server "s + ex.hostname,