XEP 0422

1.6 Documentation

«  XEP 0421   ::   Contents   ::   XEP 0424  »

XEP 0422

class slixmpp.plugins.xep_0422.XEP_0422(xmpp, config=None)[source]

XEP-0422: Message Fastening

stanza = <module 'slixmpp.plugins.xep_0422.stanza' from '/home/docs/checkouts/readthedocs.org/user_builds/slixmpp/checkouts/slix-1.6.0/slixmpp/plugins/xep_0422/stanza.py'>

Stanza elements

Slixmpp: The Slick XMPP Library Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net> This file is part of Slixmpp.

See the file LICENSE for copying permissio

class slixmpp.plugins.xep_0422.stanza.ApplyTo(xml=None, parent=None)[source]
interfaces = {'id', 'shell'}
name = 'apply-to'
namespace = 'urn:xmpp:fasten:0'
plugin_attrib = 'apply_to'
set_shell(value)[source]
class slixmpp.plugins.xep_0422.stanza.External(xml=None, parent=None)[source]
interfaces = {'name'}
name = 'external'
namespace = 'urn:xmpp:fasten:0'
plugin_attrib = 'external'
slixmpp.plugins.xep_0422.stanza.register_plugins()[source]

«  XEP 0421   ::   Contents   ::   XEP 0424  »