haXe HXMPP API
Back | Index
class xmpp.filter.IQFilter
Filters IQ packets: namespace/node-name/iq-type
var iqType : xmpp.IQType
var nodeName : String
var xmlns : String
function new(?xmlns : String, ?nodeName : String, ?type : xmpp.IQType) : Void
function accept(p : xmpp.Packet) : Bool
Back | Index