XEP 0334

1.6 Documentation

«  XEP 0333   ::   Contents   ::   XEP 0335  »

XEP 0334

class slixmpp.plugins.xep_0334.XEP_0334(xmpp, config=None)[source]
stanza = <module 'slixmpp.plugins.xep_0334.stanza' from '/home/docs/checkouts/readthedocs.org/user_builds/slixmpp/checkouts/slix-1.6.0/slixmpp/plugins/xep_0334/stanza.py'>

Stanza elements

slixmpp: The Slick XMPP Library Implementation of Message Processing Hints http://xmpp.org/extensions/xep-0334.html This file is part of slixmpp.

See the file LICENSE for copying permission.

class slixmpp.plugins.xep_0334.stanza.NoCopy(xml=None, parent=None)[source]
name = 'no-copy'
namespace = 'urn:xmpp:hints'
plugin_attrib = 'no-copy'
class slixmpp.plugins.xep_0334.stanza.NoPermanentStore(xml=None, parent=None)[source]
name = 'no-permanent-store'
namespace = 'urn:xmpp:hints'
plugin_attrib = 'no-permanent-store'
class slixmpp.plugins.xep_0334.stanza.NoStore(xml=None, parent=None)[source]
name = 'no-store'
namespace = 'urn:xmpp:hints'
plugin_attrib = 'no-store'
class slixmpp.plugins.xep_0334.stanza.Store(xml=None, parent=None)[source]
name = 'store'
namespace = 'urn:xmpp:hints'
plugin_attrib = 'store'

«  XEP 0333   ::   Contents   ::   XEP 0335  »