Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-Band Registration Extension - Base Implementation #18

Merged
merged 22 commits into from
Jul 18, 2023
Merged

Conversation

vsevex
Copy link
Owner

@vsevex vsevex commented Jul 17, 2023

This issue refers to the changes to the working mechanism of the Extension globally, and the implementation of the In-Band Registration Extension. Furthermore, enhancements on the Echo package took place. Two new enums are added for registration process indication.

Changes Made:

  • Integrated the extension to be attachable, similar to other extensions.
  • Modified main variables and functionalities to work with the main class seamlessly.
  • Unlike other extensions, the changes in this extension directly affect the main class as they are made on the main variables. This design choice was made to ensure seamless integration and optimal performance.

Current Status:
As of now, this extension is almost finished, but there is no formal documentation available yet.

Importance and Impact:
The In-Band Registration Extension is an essential feature that allows users to register XMPP accounts directly from the client. This enhancement streamlines the account creation process and improves the overall user experience.

@vsevex vsevex added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 17, 2023
@vsevex vsevex self-assigned this Jul 17, 2023
@vsevex vsevex linked an issue Jul 17, 2023 that may be closed by this pull request
@vsevex vsevex merged commit 6e724c1 into main Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implementation of XEP-0077: In-Band Registration
1 participant