Add xmpp dpd sig and fix a few parsing problems for connections that do

not upgrade to TLS.
This commit is contained in:
Johanna Amann 2015-07-21 13:20:35 -07:00
parent 574bcb0a51
commit 0b897c70da
10 changed files with 49 additions and 5 deletions

View file

@ -1 +1,3 @@
@load ./main
@load-sigs ./dpd.sig

View file

@ -0,0 +1,5 @@
signature dpd_xmpp {
ip-proto == tcp
payload /^(<\?xml[^?>]*\?>)?[\n\r ]*<stream:stream [^>]*xmlns='jabber:/
enable "xmpp"
}