IP*Works! V9

ipworks
Class XmppIQEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.XmppIQEvent
All Implemented Interfaces:
java.io.Serializable

public class XmppIQEvent
extends java.util.EventObject

This event is fired for IQ messages not normally supported by the bean.

Some servers may wish to gather some data from the client in ways not specified by the XMPP RFC. This event will contain any IQ message that is not a part of the Jabber specification. The Iq parameter will contain an entire XML entity, and thus will require both knowledge of XML and knowledge of the possible contents of the IQ message to parse. Id will contain the transaction id of the IQ message. From will contain the sender's Jabber ID. IqType will have one of the following values:

"get"
The IQ is requesting information from this XMPP client.
"set"
The IQ is attempting to set a value..
"result"
The IQ is a success response to a previous IQ.
"error"
The IQ is an error response to a previous IQ.

Note: to respond to these IQs, you may use the SendCommand method.

See Also:
Xmpp, Xmpp.IQEvent, Serialized Form

Field Summary
 java.lang.String from
           
 java.lang.String id
           
 boolean ignore
           
 java.lang.String iq
           
 java.lang.String iqType
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iq

public java.lang.String iq

id

public java.lang.String id

from

public java.lang.String from

iqType

public java.lang.String iqType

ignore

public boolean ignore

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.