mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 00:56:22 +00:00
Check for libmesode, fall back to libstrophe
This commit is contained in:
@@ -42,7 +42,13 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef HAVE_LIBMESODE
|
||||
#include <mesode.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIBSTROPHE
|
||||
#include <strophe.h>
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
|
||||
Reference in New Issue
Block a user