libical, expat, and libsieve are now *required*.
[citadel.git] / citadel / modules / jabber / xmpp_presence.c
index 0855cc89892c4b59e40de39ba301debb1eefa24a..e3d9cc4665d09b789c9cb89f8a94e9b8481036a6 100644 (file)
@@ -33,6 +33,7 @@
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
+#include <expat.h>
 #include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
@@ -42,9 +43,6 @@
 #include "internet_addressing.h"
 #include "md5.h"
 #include "ctdl_module.h"
-
-#ifdef HAVE_EXPAT
-#include <expat.h>
 #include "serv_xmpp.h"
 
 
@@ -149,6 +147,3 @@ void xmpp_presence_notify(char *presence_jid, int event_type) {
        }
        free(cptr);
 }
-
-
-#endif /* HAVE_EXPAT */