Class ExtensionModule

  • All Implemented Interfaces:
    Module

    public final class ExtensionModule
    extends Object
    implements Module
    Registers extensions and manager classes, (which should be initialized during the start of a session) to the XmppSession.
    • Constructor Detail

      • ExtensionModule

        public ExtensionModule()
    • Method Detail

      • getExtensions

        public final Collection<Extension> getExtensions()
        Description copied from interface: Module
        Gets the extensions belonging to this module.
        Specified by:
        getExtensions in interface Module
        Returns:
        The extensions.