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