Skip to content

Conversation

@ismael221
Copy link

This commit adds support for XEP-0461 (Message Replies) in Smack. Key changes include:

Introduced ReplyManager to handle message replies, including adding, removing, and listening for replies.
Added ReplyElement  class to represent the reply element.
Implemented ReplyFilter to detect messages containing replies.
Integrated reply handling with XMPP service discovery.
Added ReplyListener for applications to handle incoming replies.
Included unit tests to verify functionality.

This enables message reply functionality in XMPP, with support for service discovery.

Related: XEP-0461 (https://xmpp.org/extensions/xep-0461.html)

… changes include:

    Introduced ReplyManager to handle message replies, including adding, removing, and listening for replies.
    Added ReplyElement  class to represent the reply element.
    Implemented ReplyFilter to detect messages containing replies.
    Integrated reply handling with XMPP service discovery.
    Added ReplyListener for applications to handle incoming replies.
    Included unit tests to verify functionality.

This enables message reply functionality in XMPP, with support for service discovery.

Related: XEP-0461 (https://xmpp.org/extensions/xep-0461.html)
@ismael221 ismael221 marked this pull request as draft February 18, 2025 14:11
@ismael221 ismael221 marked this pull request as ready for review February 19, 2025 08:01
@ismael221 ismael221 requested a review from yurtpage December 16, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants