XEP 0027

1.6 Documentation

«  XEP 0020   ::   Contents   ::   XEP 0030  »

XEP 0027

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

Stanza elements

Slixmpp: The Slick XMPP Library Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout This file is part of Slixmpp.

See the file LICENSE for copying permission.

class slixmpp.plugins.xep_0027.stanza.Encrypted(xml=None, parent=None)[source]
get_encrypted()[source]
interfaces = {'encrypted'}
is_extension = True
name = 'x'
namespace = 'jabber:x:encrypted'
plugin_attrib = 'encrypted'
set_encrypted(value)[source]
class slixmpp.plugins.xep_0027.stanza.Signed(xml=None, parent=None)[source]
get_signed()[source]
interfaces = {'signed'}
is_extension = True
name = 'x'
namespace = 'jabber:x:signed'
plugin_attrib = 'signed'
set_signed(value)[source]

«  XEP 0020   ::   Contents   ::   XEP 0030  »