diff options
author | James Booth <boothj5@gmail.com> | 2014-09-09 23:37:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-09 23:37:51 +0100 |
commit | 99dfbcbc4ea3fec8d5a9866cd80285c12ecdc29c (patch) | |
tree | f629a9c431a213125a6c5a90dfcd601714e640b2 /src/xmpp/iq.c | |
parent | aa7fe0991f604a8ccee56ef8665645b1a6399d30 (diff) | |
download | profani-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.c | 2 |
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); |