about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-03-10 11:01:35 +0100
committerGitHub <noreply@github.com>2021-03-10 11:01:35 +0100
commit96580f917b5c0a061e7bf41714cf48c8e89cd5f8 (patch)
tree0cd98acb97866d42993e3456550c428f0669d691 /src/xmpp/connection.c
parent0daa7f4a82c1b4cda96a9efbf1a673d5aa06d4ef (diff)
parent2b1ada772256a9a661eabedf723702af5f6bfa83 (diff)
downloadprofani-tty-96580f917b5c0a061e7bf41714cf48c8e89cd5f8.tar.gz
Merge pull request #1496 from mwuttke97/omemo-bugfixes
[OMEMO]: Fix bundle publishing
Diffstat (limited to 'src/xmpp/connection.c')
-rw-r--r--src/xmpp/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 0bcab020..d34f9a4f 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -454,6 +454,7 @@ connection_get_barejid(void)
 void
 connection_features_received(const char* const jid)
 {
+    log_info("[CONNECTION] connection_features_received %s", jid);
     if (g_hash_table_remove(conn.requested_features, jid) && g_hash_table_size(conn.requested_features) == 0) {
         sv_ev_connection_features_received();
     }