Class type Jabber.iq


class type iq = object .. end
The type of IQ packet objects
Inherits
method get_type : unit -> iq_type option
Raises Bad_packet if the type specified in the XML is not recognized
method set_type : iq_type option -> unit
method get_first_query : unit -> Yaxpodom.ele
Returns the first query child element of the IQ.
Raises Not_found if there is no query.
method get_first_query_xmlns : unit -> string
Returns the default XML namespace URI of the first query child element of the IQ.
Raises Not_found if there is no such element.