haXe
HXMPP API
Back
|
Index
class
jabber.client.VCard
XEP-0054: vcard-temp
var
stream(default,null) :
Stream
function
new(stream :
Stream
) :
Void
function
load(?jid :
String
) :
Void
Requests to load the vcard from the given entity or from its own if no argument given.
dynamic
function
onError(e :
jabber.XMPPError
) :
Void
dynamic
function
onLoad(jid :
String
, data :
xmpp.VCard
) :
Void
dynamic
function
onUpdate() :
Void
function
update(vc :
xmpp.VCard
) :
Void
Update own vcard.
Back
|
Index