Uses of Class
tigase.server.Iq
-
Packages that use Iq Package Description tigase.conf tigase.server The main package with top level API for server side components.tigase.server.script -
-
Uses of Iq in tigase.conf
Methods in tigase.conf with parameters of type Iq Modifier and Type Method Description voidSetLoggingCommand. runCommand(Iq packet, javax.script.Bindings binds, java.util.Queue<Packet> results) -
Uses of Iq in tigase.server
Methods in tigase.server that return Iq Modifier and Type Method Description static IqIq. createRosterPacket(java.lang.String iq_type, java.lang.String iq_id, JID from, JID to, JID item_jid, java.lang.String item_name, java.lang.String[] item_groups, java.lang.String subscription, java.lang.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, javax.script.Bindings binds, java.util.Queue<Packet> results)voidCommandIfc. runCommand(Iq packet, javax.script.Bindings binds, java.util.Queue<Packet> results)voidRemoveScriptCommand. runCommand(Iq packet, javax.script.Bindings binds, java.util.Queue<Packet> results)voidScript. runCommand(Iq packet, javax.script.Bindings binds, java.util.Queue<Packet> results)
-