XEP 0077

1.6 Documentation

«  XEP 0071   ::   Contents   ::   XEP 0079  »

XEP 0077

class slixmpp.plugins.xep_0077.XEP_0077(xmpp, config=None)[source]

XEP-0077: In-Band Registration

stanza = <module 'slixmpp.plugins.xep_0077.stanza' from '/home/docs/checkouts/readthedocs.org/user_builds/slixmpp/checkouts/slix-1.6.0/slixmpp/plugins/xep_0077/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_0077.stanza.Register(xml=None, parent=None)[source]
add_field(value)[source]
del_fields()[source]
form_fields = {'address', 'city', 'date', 'email', 'first', 'key', 'last', 'misc', 'name', 'nick', 'password', 'phone', 'state', 'text', 'url', 'username', 'zip'}
get_fields()[source]
get_registered()[source]
get_remove()[source]
interfaces = {'address', 'city', 'date', 'email', 'fields', 'first', 'instructions', 'key', 'last', 'misc', 'name', 'nick', 'password', 'phone', 'registered', 'remove', 'state', 'text', 'url', 'username', 'zip'}
name = 'query'
namespace = 'jabber:iq:register'
plugin_attrib = 'register'
set_fields(fields)[source]
set_registered(value)[source]
set_remove(value)[source]
sub_interfaces = {'address', 'city', 'date', 'email', 'fields', 'first', 'instructions', 'key', 'last', 'misc', 'name', 'nick', 'password', 'phone', 'registered', 'remove', 'state', 'text', 'url', 'username', 'zip'}
class slixmpp.plugins.xep_0077.stanza.RegisterFeature(xml=None, parent=None)[source]
interfaces = {}
name = 'register'
namespace = 'http://jabber.org/features/iq-register'
plugin_attrib = 'register'

«  XEP 0071   ::   Contents   ::   XEP 0079  »