From 50a2bd736ef76f7ebb7067372d5f89b59a337bec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?louiz=E2=80=99?= <louiz@louiz.org>
Date: Tue, 11 Jul 2017 19:52:09 +0200
Subject: Answer to presences of type='probe'

---
 src/xmpp/biboumi_component.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'src/xmpp')

diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp
index b951629..ab66519 100644
--- a/src/xmpp/biboumi_component.cpp
+++ b/src/xmpp/biboumi_component.cpp
@@ -188,6 +188,12 @@ void BiboumiComponent::handle_presence(const Stanza& stanza)
             Database::delete_roster_item(to_str, from.bare());
 #endif
         }
+      else if (type == "probe")
+        {
+          if ((iid.type == Iid::Type::Server && bridge->find_irc_client(iid.get_server())) ||
+              iid.type == Iid::Type::None)
+            this->send_presence_to_contact(to_str, from.bare(), "");
+        }
       else if (type.empty())
         { // We just receive a presence from someone (as the result of a probe,
           // or a directed presence, or a normal presence change)
-- 
cgit v1.2.3