Uses of Class
tigase.util.stringprep.TigaseStringprepException
-
Packages that use TigaseStringprepException Package Description tigase.component.modules tigase.component.modules.impl tigase.eventbus.component tigase.server The main package with top level API for server side components.tigase.server.amp.action tigase.server.extdisco tigase.server.test tigase.server.xmppclient tigase.server.xmppsession tigase.stats.collector.provider tigase.util.repository tigase.util.stringprep tigase.vhosts tigase.workgroupqueues.modules.agent tigase.workgroupqueues.modules.muc tigase.workgroupqueues.modules.user tigase.workgroupqueues.scheduler tigase.xmpp tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.roster tigase.xmpp.jid tigase.xmpp.mam.modules -
-
Uses of TigaseStringprepException in tigase.component.modules
Methods in tigase.component.modules that throw TigaseStringprepException Modifier and Type Method Description voidModule. process(Packet packet)Process incoming stanza. -
Uses of TigaseStringprepException in tigase.component.modules.impl
Methods in tigase.component.modules.impl that throw TigaseStringprepException Modifier and Type Method Description voidDiscoveryModule. process(Packet packet) -
Uses of TigaseStringprepException in tigase.eventbus.component
Methods in tigase.eventbus.component that throw TigaseStringprepException Modifier and Type Method Description voidEventPublisherModule. process(Packet packet)voidEventReceiverModule. process(Packet packet)voidSubscribeModule. process(Packet packet)voidUnsubscribeModule. process(Packet packet)protected ElementSubscribeModule. processClusterSubscription(Packet packet)protected ElementSubscribeModule. processNonClusterSubscription(Packet packet) -
Uses of TigaseStringprepException in tigase.server
Methods in tigase.server that throw TigaseStringprepException Modifier and Type Method Description static PacketIq. commandResultForm(Iq packet)static PacketIq. commandResultResult(Iq packet)voidPacket. initVars()The method allows for re-syncing/parsing stanza JIDs stored in the packet with the attributes of the stanza if they have been changed for any reason.static PacketPacket. packetInstance(java.lang.String el_name, java.lang.String from, java.lang.String to, StanzaType type)The method creates XML stanza from given parameters and returnsPacketinstance for this XML stanza.static PacketPacket. packetInstance(Element elem)The method returnsPacketinstance.PacketPacket. unpackRouted()The method unpacks the original packet and stanza fromroutestanza.Constructors in tigase.server that throw TigaseStringprepException Constructor Description Iq(Element elem)Message(Element elem)Packet(Element elem)A constructor creating thePacketinstance.Presence(Element elem) -
Uses of TigaseStringprepException in tigase.server.amp.action
Methods in tigase.server.amp.action that throw TigaseStringprepException Modifier and Type Method Description voidBroadcast. sendBroadcastMessage(JID jid, MsgBroadcastRepository.BroadcastMsg msg) -
Uses of TigaseStringprepException in tigase.server.extdisco
Methods in tigase.server.extdisco that throw TigaseStringprepException Modifier and Type Method Description voidExternalServiceDiscoveryModule. process(Packet packet) -
Uses of TigaseStringprepException in tigase.server.test
Methods in tigase.server.test that throw TigaseStringprepException Modifier and Type Method Description voidTestGeneratorModule. process(Packet packet)voidTestSpamModule. process(Packet packet) -
Uses of TigaseStringprepException in tigase.server.xmppclient
Methods in tigase.server.xmppclient that throw TigaseStringprepException Modifier and Type Method Description BareJIDSeeOtherHostDB.JDBCSeeOtherHostRepository. queryDBFor(BareJID user)BareJIDSeeOtherHostDB.SeeOtherHostRepository. queryDBFor(BareJID jid) -
Uses of TigaseStringprepException in tigase.server.xmppsession
Methods in tigase.server.xmppsession that throw TigaseStringprepException Modifier and Type Method Description protected XMPPResourceConnectionSessionManager. createUserSession(JID conn_id, java.lang.String domain) -
Uses of TigaseStringprepException in tigase.stats.collector.provider
Methods in tigase.stats.collector.provider that throw TigaseStringprepException Modifier and Type Method Description static voidMain. main(java.lang.String[] argv) -
Uses of TigaseStringprepException in tigase.util.repository
Methods in tigase.util.repository that throw TigaseStringprepException Modifier and Type Method Description static voidRepositoryUtils. parseParams(java.lang.String[] args) -
Uses of TigaseStringprepException in tigase.util.stringprep
Methods in tigase.util.stringprep that throw TigaseStringprepException Modifier and Type Method Description java.lang.StringXMPPStringPrepIfc. nameprep(java.lang.String domain)JID's domain part stringprep processing.java.lang.StringXMPPStringPrepSimple. nameprep(java.lang.String domain)java.lang.StringXMPPStringPrepIfc. nodeprep(java.lang.String localpart)JID's localpart (or nick name) stringprep processing.java.lang.StringXMPPStringPrepSimple. nodeprep(java.lang.String localpart)java.lang.StringXMPPStringPrepIfc. resourceprep(java.lang.String resource)JID's resource stringprep proessing.java.lang.StringXMPPStringPrepSimple. resourceprep(java.lang.String resource) -
Uses of TigaseStringprepException in tigase.vhosts
Methods in tigase.vhosts that throw TigaseStringprepException Modifier and Type Method Description voidVHostItemImpl. setVHost(java.lang.String vhost)Constructors in tigase.vhosts that throw TigaseStringprepException Constructor Description VHostItemImpl(java.lang.String vhost)The constructor creates theVHostIteminstance for a given domain name with default values for all other parameters. -
Uses of TigaseStringprepException in tigase.workgroupqueues.modules.agent
Methods in tigase.workgroupqueues.modules.agent that throw TigaseStringprepException Modifier and Type Method Description voidOfferModule. process(Packet packet)voidPresenceModule. process(Packet packet)voidStatusModule. process(Packet packet)voidOfferModule. sendAgentInvitation(BareJID roomJID, Agent agent, User user, Queue queue, java.lang.String reason)voidPresenceModule. sendAgentStatusUpdate(Agent agent)Workgroup Status Update.voidOfferModule. sendOffer(User user, Agent toAgent, int timeout)voidOfferModule. sendOfferRevoke(User user, Agent toAgent, java.lang.String reason)Send revocation of earlier offer to chat to a user.voidPresenceModule. sendPresenceUpdateOf(Agent agent)voidPresenceModule. sendQueueStatusDetailsUpdate(Agent agent)Queue Status Update.voidPresenceModule. sendQueueStatusUpdate(Agent agent)Queue Status Update. -
Uses of TigaseStringprepException in tigase.workgroupqueues.modules.muc
Methods in tigase.workgroupqueues.modules.muc that throw TigaseStringprepException Modifier and Type Method Description voidMucControllerModule. addAgent(Queue queue, Room room, Agent agent, AsyncCallback asyncCallback)voidMucControllerModule. addUser(Queue queue, Room room, User user, AsyncCallback asyncCallback)voidMucControllerModule. createRoom(Queue queue, Room room, AsyncCallback asyncCallback)voidMucControllerModule. destroyRoom(Queue queue, Room room)voidMucControllerModule. process(Packet packet) -
Uses of TigaseStringprepException in tigase.workgroupqueues.modules.user
Methods in tigase.workgroupqueues.modules.user that throw TigaseStringprepException Modifier and Type Method Description voidDepartQueueModule. depart(User user)voidDepartQueueModule. process(Packet packet)voidJoinQueueModule. process(Packet packet)voidQueueStatusModule. process(Packet packet)voidQueueStatusModule. sendCurrentStatus(Queue queue, User user)voidJoinQueueModule. sendUserInvitation(BareJID roomJID, User user, Queue queue, java.lang.String reason) -
Uses of TigaseStringprepException in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that throw TigaseStringprepException Modifier and Type Method Description RoomController. createRoomInstance(Queue queue, User user)Creates instance ofRoominstance.RoomDefaultController. createRoomInstance(Queue queue, User user) -
Uses of TigaseStringprepException in tigase.xmpp
Methods in tigase.xmpp that throw TigaseStringprepException Modifier and Type Method Description voidXMPPSession. addResourceConnection(XMPPResourceConnection conn)This method is called each time the resource is set for connection.voidXMPPResourceConnection. authorizeJID(BareJID jid, boolean anonymous)AuthorizationRepositoryAccess. changeRegistration(java.lang.String name_param, java.lang.String pass_param, java.util.Map<java.lang.String,java.lang.String> registr_params)voidRepositoryAccess. setDomain(VHostItem domain)voidXMPPResourceConnection. setParentSession(XMPPSession parent)voidRepositoryAccess. setRegistration(java.lang.String name_param, java.lang.String pass_param, java.util.Map<java.lang.String,java.lang.String> registr_params)voidXMPPResourceConnection. setResource(java.lang.String argResource)Sets the connection resourceAuthorizationRepositoryAccess. unregister(java.lang.String name_param)Deprecated.AuthorizationXMPPResourceConnection. unregister(java.lang.String name_param)Deprecated. -
Uses of TigaseStringprepException in tigase.xmpp.impl
Methods in tigase.xmpp.impl that throw TigaseStringprepException Modifier and Type Method Description protected voidJabberIqRegister. createAccount(XMPPResourceConnection session, java.lang.String user_name, VHostItem domain, java.lang.String password, java.lang.String email, java.util.Map<java.lang.String,java.lang.String> reg_params)protected voidJabberIqRegister. doRemoveAccount(Packet packet, Element request, XMPPResourceConnection session, java.util.Queue<Packet> results) -
Uses of TigaseStringprepException in tigase.xmpp.impl.roster
Constructors in tigase.xmpp.impl.roster that throw TigaseStringprepException Constructor Description RosterElement(Element roster_el) -
Uses of TigaseStringprepException in tigase.xmpp.jid
Methods in tigase.xmpp.jid that throw TigaseStringprepException Modifier and Type Method Description static BareJIDBareJID. bareJIDInstance(java.lang.String jid)The method creates an instance of theBareJIDclass.static BareJIDBareJID. bareJIDInstance(java.lang.String p_localpart, java.lang.String p_domain)The method creates an instance of theBareJIDclass.JIDJID. copyWithResource(java.lang.String resource)The method returns a copy of theJIDinstance with a different resource part given as a parameter.static JIDJID. jidInstance(java.lang.String jid)Constructs a newJIDinstance using a JID parameter given as aStringinstance.static JIDJID. jidInstance(java.lang.String localpart, java.lang.String domain)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstance(java.lang.String localpart, java.lang.String domain, java.lang.String resource)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstance(BareJID bareJid, java.lang.String p_resource)Constructs a newJIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part. -
Uses of TigaseStringprepException in tigase.xmpp.mam.modules
Methods in tigase.xmpp.mam.modules that throw TigaseStringprepException Modifier and Type Method Description voidGetFormModule. process(Packet packet)voidQueryModule. process(Packet packet)
-