ibr
— In-Band Registration (XEP-0077)¶
This module implements in-band registration.
Registration Functions¶
The module level registration functions work on an
aioxmpp.protocol.XMLStream
and before authentication. They
allow to register a new account with a server.
Helper Function¶
Service¶
-
class
aioxmpp.ibr.
RegistrationService
(client, *, logger_base=None, dependencies={}, service_order_index=0)[source]¶ Service implementing the XMPP In-Band Registration(XEP-0077) use cases for registered entities.
This service allows an already registered and authenticated entity to request information about the registration, cancel an existing registration, or change a password.