XEP 0231

1.6 Documentation

«  XEP 0224   ::   Contents   ::   XEP 0235  »

XEP 0231

class slixmpp.plugins.xep_0231.XEP_0231(xmpp, config=None)[source]

XEP-0231 Bits of Binary

Stanza elements

Slixmpp: The Slick XMPP Library Copyright (C) 2012 Nathanael C. Fritz Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> This file is part of Slixmpp.

See the file LICENSE for copying permission.

class slixmpp.plugins.xep_0231.stanza.BitsOfBinary(xml=None, parent=None)[source]
del_data()[source]
get_data()[source]
get_max_age()[source]
interfaces = {'cid', 'data', 'max_age', 'type'}
name = 'data'
namespace = 'urn:xmpp:bob'
plugin_attrib = 'bob'
set_data(value)[source]
set_max_age(value)[source]

«  XEP 0224   ::   Contents   ::   XEP 0235  »