about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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();
     }
01 +0530 committer Andinus <andinus@inventati.org> 2020-03-14 19:10:01 +0530 Add cetus-nasa program' href='/andinus/cetus/commit/cmd/cetus-nasa/cetus-nasa.go?h=v0.5.2&id=50871fcd3f7698b5d3b68518aea12d31533c5c20'>50871fc ^
3326769 ^
50871fc ^







d282ab6 ^


50871fc ^


50871fc ^

ddbef09 ^




50871fc ^






5ea5932 ^

50871fc ^






c1e489f ^
50871fc ^




a5ff830 ^


d282ab6 ^
a5ff830 ^


50871fc ^
a5ff830 ^
50871fc ^



ddbef09 ^
50871fc ^
ddbef09 ^


50871fc ^
3326769 ^
50871fc ^


ddbef09 ^

50871fc ^





a5ff830 ^

c1e489f ^


3326769 ^
fc1600f ^
3326769 ^

a5ff830 ^



f69c528 ^


944222f ^
f69c528 ^
a5ff830 ^

5ea5932 ^

d282ab6 ^
5ea5932 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138