FT_XMPP =========== Jabber protocol filter. Category: Protocol filter .. admonition:: **Supported flags** :collapsible: closed FF_DONT_FILTER_IN FF_DONT_FILTER_OUT FF_READ_ONLY_IN FF_READ_ONLY_OUT FF_SSL_TLS .. admonition:: **Object types** :collapsible: closed OT_XMPP_REQUEST - outgoing data OT_XMPP_RESPONSE - incoming data Indicates object parts: no The objects contain a single XML command or response in one stream. Periodically XMPP clients send spaces to keep the connection alive. They are indicated as objects too. When both flags FF_READ_ONLY_IN and FF_READ_ONLY_OUT are specified for XMPP filter, it automatically decompresses the streams compressed with gzip. It is possible to add FT_SSL filter with FF_SSL_TLS_AUTO flag to decode TLS automatically when it starts after the initial plain text handshake.