mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This is a very simple XMPP analyzer that basically only can parse the protocol until the client and server start negotiating a TLS session. At that point, the TLS analyzer is attached. While the basic case seems to be working, I fully expect that I missed something and that this might break in a lot of cases.
5 lines
287 B
Text
5 lines
287 B
Text
Support for the Extensible Messaging and Presence Protocol (XMPP).
|
|
|
|
Note that currently the XMPP analyzer only supports analyzing XMPP sessions
|
|
until they do or do not switch to TLS using StartTLS. Hence, we do not get
|
|
actual chat information from XMPP sessions, only X509 certificates.
|