Package-level declarations

Types

Link copied to clipboard
typealias P = Map<String, String>
Link copied to clipboard
data class Presence

Presence represents a proxy for the Presence to be manipulated from the outside.

Link copied to clipboard
data class PresenceInfo(val actorID: ActorID, val presence: P)
Link copied to clipboard
class Presences : Map<ActorID, P>