haXe HXMPP API
Back | Index
class xmpp.filter.PacketIDFilter
Filters XMPP packets with matching id attribute.
var id : String
function new(id : String) : Void
inline function accept(p : xmpp.Packet) : Bool
Back | Index