! xmpp.def [100] - definitions for XMPP.SBR !-------------------.-------------------.-------------------.-------------------. !EDIT HISTORY ! [100] 25-Jan-20 / jdm / created !-------------------.-------------------.-------------------.-------------------. ! definitions for xmppflags argument define AXMPPF_LOG = &h0001 ! log to ashxmpp.log define AXMPPF_TRUST_TLS = &h0002 ! trust all TLS certs define AXMPPF_DISABLE_TLS = &h0004 ! disable TLS (use plain text) define AXMPFF_DEBUG = &h0010 ! libstrophe library level debug