mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
5 lines
128 B
Standard ML
5 lines
128 B
Standard ML
signature dpd_xmpp {
|
|
ip-proto == tcp
|
|
payload /^(<\?xml[^?>]*\?>)?[\n\r ]*<stream:stream [^>]*xmlns='jabber:/
|
|
enable "xmpp"
|
|
}
|