Uses of Interface
tigase.xmpp.XMPPPostprocessorIfc
-
Packages that use XMPPPostprocessorIfc Package Description tigase.server.xmppsession tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of XMPPPostprocessorIfc in tigase.server.xmppsession
Methods in tigase.server.xmppsession that return types with arguments of type XMPPPostprocessorIfc Modifier and Type Method Description java.util.Map<java.lang.String,XMPPPostprocessorIfc>SessionManager. getPostProcessors() -
Uses of XMPPPostprocessorIfc in tigase.xmpp.impl
Classes in tigase.xmpp.impl that implement XMPPPostprocessorIfc Modifier and Type Class Description classMessageAmpCreated: Apr 29, 2010 5:00:25 PMclassOfflineMessagesOfflineMessages plugin implementation which follows XEP-0160: Best Practices for Handling Offline Messages specification.
-