Uses of Class
tigase.server.Iq
-
Packages that use Iq Package Description tigase.server The main package with top level API for server side components.tigase.server.script -
-
Uses of Iq in tigase.server
Methods in tigase.server that return Iq Modifier and Type Method Description static IqIq. createRosterPacket(String iq_type, String iq_id, JID from, JID to, JID item_jid, String item_name, String[] item_groups, String subscription, String item_type)Method creates a newPacketinstance orIqinstance more specificly with a roster entry content.Methods in tigase.server with parameters of type Iq Modifier and Type Method Description static PacketIq. commandResultForm(Iq packet)static PacketIq. commandResultResult(Iq packet) -
Uses of Iq in tigase.server.script
Methods in tigase.server.script with parameters of type Iq Modifier and Type Method Description voidAddScriptCommand. runCommand(Iq packet, Bindings binds, Queue<Packet> results)voidCommandIfc. runCommand(Iq packet, Bindings binds, Queue<Packet> results)voidRemoveScriptCommand. runCommand(Iq packet, Bindings binds, Queue<Packet> results)voidScript. runCommand(Iq packet, Bindings binds, Queue<Packet> results)
-