haXe HXMPP API
Back | Index
class xmpp.filter.PacketFieldFilter
Filters XMPP packets where a packet object field matches a given value.
var name : String
var value : String
function new(name : String, ?value : String) : Void
function accept(p : xmpp.Packet) : Bool
Back | Index