Uses of Interface
tigase.xmpp.XMPPImplIfc
-
Packages that use XMPPImplIfc Package Description tigase.osgi tigase.server.extdisco tigase.server.xmppsession tigase.xmpp tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.annotation tigase.xmpp.impl.push -
-
Uses of XMPPImplIfc in tigase.osgi
Method parameters in tigase.osgi with type arguments of type XMPPImplIfc Modifier and Type Method Description voidModulesManager. registerPluginClass(java.lang.Class<? extends XMPPImplIfc> pluginCls)Deprecated.voidModulesManagerImpl. registerPluginClass(java.lang.Class<? extends XMPPImplIfc> pluginCls)voidModulesManager. unregisterPluginClass(java.lang.Class<? extends XMPPImplIfc> pluginCls)Deprecated.voidModulesManagerImpl. unregisterPluginClass(java.lang.Class<? extends XMPPImplIfc> pluginClass) -
Uses of XMPPImplIfc in tigase.server.extdisco
Classes in tigase.server.extdisco that implement XMPPImplIfc Modifier and Type Class Description classExternalServiceDiscoveryProcessorCreated by andrzej on 06.09.2016. -
Uses of XMPPImplIfc in tigase.server.xmppsession
Classes in tigase.server.xmppsession that implement XMPPImplIfc Modifier and Type Class Description static classSessionManager.DefaultHandlerProcstatic classSessionManager.SessionCloseProcstatic classSessionManager.SessionOpenProcMethods in tigase.server.xmppsession that return XMPPImplIfc Modifier and Type Method Description XMPPImplIfcSessionManager. addPlugin(XMPPImplIfc proc)Methods in tigase.server.xmppsession with parameters of type XMPPImplIfc Modifier and Type Method Description XMPPImplIfcSessionManager. addPlugin(XMPPImplIfc proc)voidSessionManager. removePlugin(XMPPImplIfc proc)Method parameters in tigase.server.xmppsession with type arguments of type XMPPImplIfc Modifier and Type Method Description voidSessionManager. setAllPlugins(java.util.concurrent.ConcurrentSkipListSet<XMPPImplIfc> allPlugins) -
Uses of XMPPImplIfc in tigase.xmpp
Subinterfaces of XMPPImplIfc in tigase.xmpp Modifier and Type Interface Description interfaceXMPPPacketFilterIfcCreated: Dec 30, 2008 12:53:16 PMinterfaceXMPPPostprocessorIfcDescribe interface XMPPPostprocessorIfc here.interfaceXMPPPreprocessorIfcDescribe interface XMPPPreprocessorIfc here.interfaceXMPPProcessorIfcDescribe interface XMPPProcessorIfc here.interfaceXMPPStopListenerIfcDescribe interface XMPPStopListener here.Classes in tigase.xmpp that implement XMPPImplIfc Modifier and Type Class Description classXMPPProcessorXMPPProcessorabstract class contains basic definition for XMPP processor.classXMPPProcessorAbstractUtility abstract class detecting what kind of packet is processed.Methods in tigase.xmpp with parameters of type XMPPImplIfc Modifier and Type Method Description intXMPPProcessor. compareTo(XMPPImplIfc proc) -
Uses of XMPPImplIfc in tigase.xmpp.impl
Subinterfaces of XMPPImplIfc in tigase.xmpp.impl Modifier and Type Interface Description static interfaceClientStateIndication.LogicClasses in tigase.xmpp.impl that implement XMPPImplIfc Modifier and Type Class Description classAbstractAuthPreprocessorAbstract class which should be extended by any authorization processor as it implements preprocessor feature which is responsible for stopping not allowed packets from not yet authorized client connections.classAddressingSanitizerclassBindResourceRFC-3920, 7.classBlockingCommandXEP-0191: Blocking Command.classCAPSclassClientStateIndicationCreated by andrzej on 25.06.2016.classDomainFilterCreated: Dec 30, 2008 12:43:28 PMclassEntityTimeThis supports the implementation of XEP-0202: Entity Time.classErrorCounterErrorCounter class is implementation of XMPPProcessor responsible for counting packets with type=error which value is added to Tigase XMPP Server statistics.classFlexibleOfflineMessageRetrievalclassInvisibleCommandClass InvisibleCommand implements XEP-0186 Invisible Command supportclassJabberIqAuthJEP-0078: Non-SASL Authentication
Created: Thu Feb 16 17:46:16 2006classJabberIqCommandDescribe class JabberIqCommand here.classJabberIqIqDescribe class JabberIqIq here.classJabberIqPrivacyDescribe class JabberIqPrivacy here.classJabberIqPrivateDescribe class JabberIqPrivate here.classJabberIqRegisterXEP-0077: In-Band Registration
Created: Thu Feb 16 13:14:06 2006classJabberIqRosterClassJabberIqRosterimplements part of RFC-3921 - XMPP Instant Messaging specification describing roster management. 7.classJabberIqStatsXEP-0039: Statistics Gathering. http://www.xmpp.org/extensions/xep-0039.html
Created: Sat Mar 25 06:45:00 2006classJabberIqVersionXEP-0092: Software Version
Created: Tue Mar 21 06:45:51 2006classJingleDescribe class Jingle here.classLastActivityImplementation of XEP-0012: Last Activity.classLastActivityAbstractImplementation of XEP-0012: Last Activity.classLastActivityMarkerImplementation of XEP-0012: Last Activity.classMessageMessage forwarder class.classMessageAllVariant of theMessageforwarder class.classMessageAmpCreated: Apr 29, 2010 5:00:25 PMclassMessageCarbonsMessageCarbons class implements XEP-0280 Message Carbons protocol extension.classMessageForwardingMessage forwarder class.classMIXProcessorclassMobileV1Class responsible for queuing packets (usable in connections from mobile clients - power usage optimization) version 1classMobileV2Class responsible for queuing packets (usable in connections from mobile clients - power usage optimization) version 2classMobileV3Class responsible for queuing packets (usable in connections from mobile clients - power usage optimization) version 3classMotdProcessorCreated by andrzej on 10.12.2016.classOfflineMessagesOfflineMessages plugin implementation which follows XEP-0160: Best Practices for Handling Offline Messages specification.classPepPluginclassPresenceAbstractClass responsible for handling Presence packetsclassPresenceOfflineclassPresenceStateclassPresenceSubscriptionclassRemoteRosterManagementclassSaslAuthDescribe class SaslAuth here.classServiceDiscoveryImplementation of JEP-030.classSessionBindDescribe class SessionBind here.classSimpleForwarderDescribe class SimpleForwarder here.classStartTLSDescribe class StartTLS here.classStartZLibCreated: Jul 29, 2009 4:03:44 PMclassUrnXmppPingXEP-0199: XMPP PingclassVCard4classVCardTempDescribe class VCardTemp here.classVCardXMPPProcessorAbstract -
Uses of XMPPImplIfc in tigase.xmpp.impl.annotation
Classes in tigase.xmpp.impl.annotation that implement XMPPImplIfc Modifier and Type Class Description classAnnotatedXMPPProcessorThis class is extension ofXMPPProcessorwhich provides support for defining processor Id, supported paths and XMLNSs and more using annotations -
Uses of XMPPImplIfc in tigase.xmpp.impl.push
Classes in tigase.xmpp.impl.push that implement XMPPImplIfc Modifier and Type Class Description classAbstractPushNotificationsclassPushNotificationsCreated by andrzej on 30.12.2016.
-