Back |
Indexclass jabber.LastActivity
- var stream(default,null) : Stream
- function new(stream : Stream) : Void
- dynamic function onError(e : XMPPError) : Void
- dynamic function onLoad(entity : String, secs : Int) : Void
- function request(jid : String) : Void
-
Requests the given entity for their last activity.
Given a bare jid will be handled by the server on roster subscription basis.
Otherwise the request will be fowarded to the resource of the client entity.
Back |
Index