XEP-0256: Last Activity in Presence¶
- class slixmpp.plugins.xep_0256.XEP_0256(xmpp, config=None)[source]¶
- default_config: ClassVar[dict[str, Any]] = {'auto_last_activity': False}¶
The basic, standard configuration for the plugin, which may be overridden when initializing the plugin. The configuration fields included here may be accessed directly as attributes of the plugin. For example, including the configuration field ‘foo’ would mean accessing plugin.foo returns the current value of plugin.config[‘foo’].