diff options
Diffstat (limited to 'package/libstrophe/Config.in')
-rw-r--r-- | package/libstrophe/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libstrophe/Config.in b/package/libstrophe/Config.in new file mode 100644 index 0000000000..d4e6a7d2e2 --- /dev/null +++ b/package/libstrophe/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBSTROPHE + bool "libstrophe" + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT + help + libstrophe is a lightweight XMPP client library written in C. + It has minimal dependencies and is configurable for various + environments. It runs well on both Linux, Unix, and Windows + based platforms. + + https://github.com/strophe/libstrophe |