haXe
HXMPP API
Back
|
Index
class
xmpp.filter.FilterGroup
extends
List
<
xmpp.PacketFilter
>
Returns true if ANY of the filters accepts the packet.
function
new(?filters :
Iterable
<
xmpp.PacketFilter
>) :
Void
function
accept(p :
xmpp.Packet
) :
Bool
Back
|
Index