Uses of Class
tigase.server.Iq

Packages that use Iq
tigase.server   
tigase.server.script   
 

Uses of Iq in tigase.server
 

Methods in tigase.server that return Iq
static Iq Iq.createRosterPacket(String iq_type, String iq_id, tigase.xmpp.JID from, tigase.xmpp.JID to, tigase.xmpp.JID item_jid, String item_name, String[] item_groups, String subscription, String item_type)
          Method description creates a new Packet instance or Iq instance more specificly with a roster entry content.
 

Methods in tigase.server with parameters of type Iq
static Packet Iq.commandResultForm(Iq packet)
          Method description
static Packet Iq.commandResultResult(Iq packet)
          Method description
 

Uses of Iq in tigase.server.script
 

Methods in tigase.server.script with parameters of type Iq
 void RemoveScriptCommand.runCommand(Iq packet, javax.script.Bindings binds, Queue<Packet> results)
           
 void CommandIfc.runCommand(Iq packet, javax.script.Bindings binds, Queue<Packet> results)
           
 void AddScriptCommand.runCommand(Iq packet, javax.script.Bindings binds, Queue<Packet> results)
           
 void Script.runCommand(Iq packet, javax.script.Bindings binds, Queue<Packet> results)
           
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.