1 config BR2_PACKAGE_LIBSTROPHE
3 select BR2_PACKAGE_OPENSSL
4 select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 libstrophe is a lightweight XMPP client library written in C.
8 It has minimal dependencies and is configurable for various
9 environments. It runs well on both Linux, Unix, and Windows
12 https://github.com/strophe/libstrophe
14 comment "libstrophe needs a toolchain w/ threads"
15 depends on !BR2_TOOLCHAIN_HAS_THREADS