Removed md5.c and md5.h because the APOP implementation which used it is no longer...
[citadel.git] / citadel / modules / xmpp / xmpp_messages.c
index 8b8b43f6b8d87706edfed58238c8ccf426660946..90e09e281e0b7258ec78d4d320abd112e2b70093 100644 (file)
@@ -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"
@@ -52,7 +45,6 @@
 #include "support.h"
 #include "config.h"
 #include "internet_addressing.h"
-#include "md5.h"
 #include "ctdl_module.h"
 #include "serv_xmpp.h"
 
@@ -89,6 +81,7 @@ void xmpp_output_incoming_messages(void) {
        }
 }
 
+
 /*
  * Client is sending a message.
  */