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

Introducing Caps Extension #20

Merged
merged 14 commits into from
Jul 31, 2023
Merged

Introducing Caps Extension #20

merged 14 commits into from
Jul 31, 2023

Conversation

vsevex
Copy link
Owner

@vsevex vsevex commented Jul 26, 2023

Caps (short for "Capabilities") is an essential XMPP plugin that allows clients and servers to advertise their supported features and protocols. With this extension, the client will now be able to handle user presence.

Key Features:

  • Protocol Support: The Caps extension enables Echo to advertise the protocols and extensions it supports, improving compatibility with other XMPP entities and streamlining communication.
  • Enhanced Presence Management: By implementing this extension, Echo can now handle presence information more effectively, ensuring your status is accurately represented to your contacts.

Good To Know:
This extension has not been documented yet. It is still in the process of documenting its usage and implementation.

References:

Changed structure of the current send method, added resultCallback and errorCallback as did earlier for the method sendIQ
Attached CapsExtension as default extension. By this we have two embedded extensions (disco and caps) for now
Other extensions which has used send method has changed its passes params including newly added params
@vsevex vsevex added the enhancement New feature or request label Jul 26, 2023
@vsevex vsevex self-assigned this Jul 26, 2023
@vsevex vsevex linked an issue Jul 26, 2023 that may be closed by this pull request
vsevex added 10 commits July 26, 2023 19:00
Changed structure of the current send method, added resultCallback and errorCallback as did earlier for the method sendIQ
Attached CapsExtension as default extension. By this we have two embedded extensions (disco and caps) for now
Other extensions which has used send method has changed its passes params including newly added params
@vsevex vsevex merged commit 9076000 into main Jul 31, 2023
1 check passed
@vsevex vsevex deleted the caps branch January 4, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implementing PEP Support for Whixp
1 participant