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