Class type Jabber.presence


class type presence = object  end
the type of presence packet objects
Inherits
method get_type : unit -> presence_type option
Raises Bad_packet if the type specified in the XML is not recognized
method set_type : presence_type option -> unit
method get_show : unit -> string option
method get_status : unit -> string option
method get_priority : unit -> string option