about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-09 23:37:51 +0100
committerJames Booth <boothj5@gmail.com>2014-09-09 23:37:51 +0100
commit99dfbcbc4ea3fec8d5a9866cd80285c12ecdc29c (patch)
treef629a9c431a213125a6c5a90dfcd601714e640b2 /src/xmpp/iq.c
parentaa7fe0991f604a8ccee56ef8665645b1a6399d30 (diff)
downloadprofani-tty-99dfbcbc4ea3fec8d5a9866cd80285c12ecdc29c.tar.gz
Removed destroy room id handler from generic handlers
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 2224173e..8dc86080 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -99,8 +99,6 @@ iq_add_handlers(void)
 
     HANDLE(STANZA_NS_PING,      STANZA_TYPE_GET,    _ping_get_handler);
 
-    HANDLE(NULL,                STANZA_TYPE_RESULT, _destroy_room_result_handler);
-
     if (prefs_get_autoping() != 0) {
         int millis = prefs_get_autoping() * 1000;
         xmpp_timed_handler_add(conn, _ping_timed_handler, millis, ctx);
n147' href='#n147'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
mii.de>  2006-07-10 16:38:18 +0200

initial import' href='/acidbong/suckless/dwm/commit/README?h=6.4&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
98c6a92 ^


7b5638f ^
2b66f7a ^
98c6a92 ^
7b5638f ^
1076f2b

dc5c070 ^

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