XEP-0133: Service Administration#

class slixmpp.plugins.xep_0133.XEP_0133(xmpp, config=None)[source]#
dependencies: ClassVar[Set[str]] = {'xep_0004', 'xep_0030', 'xep_0050'}#

Some plugins may depend on others in order to function properly. Any plugin names included in dependencies will be initialized as needed if this plugin is enabled.

description: str = 'XEP-0133: Service Administration'#

A longer name for the plugin, describing its purpose. For example, a plugin for XEP-0030 would use ‘Service Discovery’ as its description value.

name: str = 'xep_0133'#

A short name for the plugin based on the implemented specification. For example, a plugin for XEP-0030 would use ‘xep_0030’.