diff --git a/src/XMPPThread.c b/src/XMPPThread.c index 1fedc4d..a98b12f 100644 --- a/src/XMPPThread.c +++ b/src/XMPPThread.c @@ -29,10 +29,6 @@ ParseeXMPPThread(void *argp) stanza = XMLDecode(jabber->stream, false); if (!stanza) { - ASSend( - args->config, "!jdHnoKgHCm51ujbw:ari.lt", "_parsee_bridge", - "m.room.message", MatrixCreateNotice("Hi.") - ); continue; } if (StrEquals(stanza->name, "message"))