Class type Jabber.message


class type message = object  end
the type of message packet objects
Inherits
method get_type : unit -> message_type option
Raises Bad_packet if the type specified in the XML is not recognized
method set_type : message_type option -> unit
method get_body : unit -> string option
method get_subject : unit -> string option
method get_thread : unit -> string option