XEP 0071

1.6 Documentation

«  XEP 0070   ::   Contents   ::   XEP 0077  »

XEP 0071

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

Stanza elements

Slixmpp: The Slick XMPP Library Copyright (C) 2012 Nathanael C. Fritz This file is part of Slixmpp.

See the file LICENSE for copying permission.

class slixmpp.plugins.xep_0071.stanza.XHTML_IM(xml=None, parent=None)[source]
del_body(lang=None)[source]
get_body(lang=None)[source]

Return the contents of the HTML body.

interfaces = {'body'}
lang_interfaces = {'body'}
name = 'html'
namespace = 'http://jabber.org/protocol/xhtml-im'
plugin_attrib = 'html'
set_body(content, lang=None)[source]

«  XEP 0070   ::   Contents   ::   XEP 0077  »