buildroot/package/gloox/Config.in
Yair Ben-Avraham 626be1a418 package/gloox: new package
gloox is a rock-solid, full-featured Jabber/XMPP client library,
written in clean ANSI C++. It makes writing spec-compliant clients
easy and allows for hassle-free integration of Jabber/XMPP
functionality into existing applications. gloox is released under the
GNU GPLv3. Commercial licensing and support are available.

Signed-off-by: Yair Ben Avraham <yairba@protonmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-05-28 22:26:31 +02:00

17 lines
542 B
Plaintext

config BR2_PACKAGE_GLOOX
bool "gloox"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_MPC
help
gloox is a portable high-level Jabber/XMPP library for C++. It
is fully compliant with the XMPP RFCs, supports all of the
XMPP features (including SRV lookups, TLS, SASL, roster
management, and privacy lists), and implements several XEPs
that make it ideal for writing any kind of Jabber/XMPP client
or component.
https://camaya.net/gloox/
comment "gloox needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP