mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:46:22 +00:00
Removed destroy room id handler from generic handlers
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user