|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Script.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
RemoveScriptCommand.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
AddScriptCommand.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
CommandIfc.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |