Conversation
Add ReplyTo field to Chat struct and include <reply> element in Send() when set. This enables XMPP clients to send messages that reference a parent message per the XEP-0461 specification. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…Reply struct to build clientMessage's reply object since ID and To are nested.
|
Okay, this is working now. We might want to rebase onto matterbridge/go-xmpp/master since we based off the |
|
It's not rendering correctly becuase it is slightly out of compliance with xep. We need to build |
Oh yeah what happened here. 34 commits? That's wrong. I'll try to fix that.
XEP says
"the stanza's 'id' attribute" means the outer |
|
Okay I fixed the mergebase |
|
ok do u like? :-) |
|
this PR is tied to kousu/matterbridge#1 |
This reverts commit 32211a6. oops, we needed those



Implement XEP 0461