haXe
HXMPP API
Back
|
Index
class
jabber.PersonalEvent
XEP-0163: Personal Eventing Protocol
Send personal updates or "events" to other users, who are typically contacts in the user's roster.
var
stream(default,null) :
Stream
function
new(stream :
Stream
) :
Void
function
disable(e :
xmpp.pep.Event
) :
Void
Disable publishing.
dynamic
function
onDisable(i :
xmpp.pep.Event
) :
Void
dynamic
function
onError(e :
XMPPError
) :
Void
dynamic
function
onPublish(i :
xmpp.pep.Event
) :
Void
function
publish(e :
xmpp.pep.Event
) :
Void
Publish a personal event.
Back
|
Index