Dnia 2012-12-20, czw o godzinie 13:03 -0500, Kris Deugau pisze: > I'm running the company Jabber server, and I seem to get spammed > occasionally by what seem to be packets setting someone's presence to > "invisible". [...] > I'd like to drop these packets before they even reach my client, and > an entry in router-filter.xml would seem to be the place to do it.
<rule from="*" to="*" what="presence?type=invisible" error="not-allowed" /> should do the job -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/portfolio
