XMPPInfoQueryStanza class documentation

Authors

Generated by builder

Contents -

  1. Software documentation for the XMPPInfoQueryStanza class
  2. XMPPInfoQueryStanza types

Software documentation for the XMPPInfoQueryStanza class

XMPPInfoQueryStanza : XMPPStanza

Declared in:
XMPPInfoQueryStanza.h
An object encapsulating an info-query stanza. Child elements are parsed by objects retrieved from an XMPPInfoQueryStanzaFactory and stored in a dictionary.

Instance Variables

Method summary

jid 

- (JID*) jid;
Returns the Jabber ID of the sender.

queryNamespace 

- (NSString*) queryNamespace;
Returns the namespace of the query node, if there is one.

sequenceID 

- (NSString*) sequenceID;
Returns the ID of the iq stanza. Each set or get iq should have a corresponding error or result stanza with the same ID, however this ID should be unique for each pair of correspondents.

type 

- (iq_type_t) type;
Returns the type of the iq stanza. This is IQ_TYPE_{SET,GET,RESULT,ERROR}, for set, get, result and error types, respectively.



Instance Variables for XMPPInfoQueryStanza Class

jid

@protected JID* jid;
Description forthcoming.

queryxmlns

@protected NSString* queryxmlns;
Description forthcoming.

sequenceID

@protected NSString* sequenceID;
Description forthcoming.

type

@protected iq_type_t type;
Description forthcoming.




XMPPInfoQueryStanza types

iq_type_t

typedef enum ... iq_type_t;
Description forthcoming.