XEP 0235

1.6 Documentation

«  XEP 0231   ::   Contents   ::   XEP 0249  »

XEP 0235

class slixmpp.plugins.xep_0235.XEP_0235(xmpp, config=None)[source]
stanza = <module 'slixmpp.plugins.xep_0235.stanza' from '/home/docs/checkouts/readthedocs.org/user_builds/slixmpp/checkouts/slix-1.6.0/slixmpp/plugins/xep_0235/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_0235.stanza.OAuth(xml=None, parent=None)[source]
generate_signature(stanza, sfrom, sto, consumer_secret, token_secret, method='HMAC-SHA1')[source]
interfaces = {'oauth_consumer_key', 'oauth_nonce', 'oauth_signature', 'oauth_signature_method', 'oauth_timestamp', 'oauth_token', 'oauth_version'}
name = 'oauth'
namespace = 'urn:xmpp:oauth:0'
plugin_attrib = 'oauth'
sub_interfaces = {'oauth_consumer_key', 'oauth_nonce', 'oauth_signature', 'oauth_signature_method', 'oauth_timestamp', 'oauth_token', 'oauth_version'}
verify_signature(stanza, sfrom, sto, consumer_secret, token_secret)[source]

«  XEP 0231   ::   Contents   ::   XEP 0249  »