-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for forwarded messages #16
Comments
The second option — introduce a new channel iface
The presence of the interface on a channel will also indicate the 'Message Forwarding' support. In order to forward a message, a client should specify three values: |
I prefer the interface approach, it looks more clean and it's also detectable if support for this exists. The headers that you propose seem reasonable. |
Add a new message header keys:
Maybe some protocols provide information about the original channel. E.g.: Message "Hello" is forwarded from Juliet in the public chat "Montecchi's veranda", but IMO it is OK to miss such capability for now. :)
Extra keys:
The text was updated successfully, but these errors were encountered: