object
method get_children : unit -> Yaxpodom.content list
method get_error : unit -> Yaxpodom.txt * Yaxpodom.txt
method get_from : unit -> string option
method get_id : unit -> string option
method get_priority : unit -> string option
method get_show : unit -> string option
method get_status : unit -> string option
method get_to : unit -> string option
method get_type : unit -> Jabber.presence_type option
method set_children : Yaxpodom.content list -> unit
method set_from : string option -> unit
method set_id : string option -> unit
method set_to : string option -> unit
method set_type : Jabber.presence_type option -> unit
method to_ele : unit -> Yaxpodom.ele
end