Uses of Class
tigase.server.Iq
Packages that use Iq
Package
Description
The main package with top level API for server side components.
-
Uses of Iq in tigase.conf
Methods in tigase.conf with parameters of type IqModifier and TypeMethodDescriptionvoid
SetLoggingCommand.runCommand
(Iq packet, Bindings binds, Queue<Packet> results) -
Uses of Iq in tigase.server
Methods in tigase.server that return IqModifier and TypeMethodDescriptionstatic Iq
Iq.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 newPacket
instance orIq
instance more specificly with a roster entry content.Methods in tigase.server with parameters of type IqModifier and TypeMethodDescriptionstatic Packet
Iq.commandResultForm
(Iq packet) static Packet
Iq.commandResultResult
(Iq packet) -
Uses of Iq in tigase.server.script
Methods in tigase.server.script with parameters of type IqModifier and TypeMethodDescriptionvoid
AddScriptCommand.runCommand
(Iq packet, Bindings binds, Queue<Packet> results) void
CommandIfc.runCommand
(Iq packet, Bindings binds, Queue<Packet> results) void
RemoveScriptCommand.runCommand
(Iq packet, Bindings binds, Queue<Packet> results) void
Script.runCommand
(Iq packet, Bindings binds, Queue<Packet> results)