X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_messages.c;h=4fa690b359d25454110be4424cf3da245b6688d0;hp=8b8b43f6b8d87706edfed58238c8ccf426660946;hb=3144440e07822224c1967203c77ca3ef0f419e43;hpb=e329db30593524cc2d8851a4500bac41f2340354 diff --git a/citadel/modules/xmpp/xmpp_messages.c b/citadel/modules/xmpp/xmpp_messages.c index 8b8b43f6b..4fa690b35 100644 --- a/citadel/modules/xmpp/xmpp_messages.c +++ b/citadel/modules/xmpp/xmpp_messages.c @@ -5,18 +5,11 @@ * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. - * - * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * - * */ #include "sysdep.h" @@ -89,6 +82,7 @@ void xmpp_output_incoming_messages(void) { } } + /* * Client is sending a message. */