mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed destroy room id handler from generic handlers
This commit is contained in:
parent
aa7fe0991f
commit
99dfbcbc4e
@ -99,8 +99,6 @@ iq_add_handlers(void)
|
|||||||
|
|
||||||
HANDLE(STANZA_NS_PING, STANZA_TYPE_GET, _ping_get_handler);
|
HANDLE(STANZA_NS_PING, STANZA_TYPE_GET, _ping_get_handler);
|
||||||
|
|
||||||
HANDLE(NULL, STANZA_TYPE_RESULT, _destroy_room_result_handler);
|
|
||||||
|
|
||||||
if (prefs_get_autoping() != 0) {
|
if (prefs_get_autoping() != 0) {
|
||||||
int millis = prefs_get_autoping() * 1000;
|
int millis = prefs_get_autoping() * 1000;
|
||||||
xmpp_timed_handler_add(conn, _ping_timed_handler, millis, ctx);
|
xmpp_timed_handler_add(conn, _ping_timed_handler, millis, ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user