hc
2024-08-16 94ba65e25ce534ec0515708c9e0835242345bc7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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