haXe HXMPP API
Back | Index
class xmpp.filter.PacketFromContainsFilter
Filters XMPP packets where the from attribute contains the given string.
var contains(default,setContains) : String
function new(contains : String) : Void
function accept(p : xmpp.Packet) : Bool
Back | Index