XEP 0235¶
-
class
slixmpp.plugins.xep_0235.XEP_0235(xmpp, config=None)[source]¶ -
stanza= <module 'slixmpp.plugins.xep_0235.stanza' from '/build/slixmpp-bP7NsY/slixmpp-1.7.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]¶ -
-
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'}¶
-