-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Pin/Flag some message in channel/chatroom #1307
Comments
I'm not sure that there's a XEP that can be used to implement this feature. I guess it could be done with a pubsub channel associated with the MUC. |
Have you heard about some related XEP in the meantime? I need to implement such feature in my project (chat system in Peertube, based on ConverseJS + Prosody). |
@JohnXLivingston There is a XEP-0316: MUC Eventing Protocol which doesn't specifically mention this use-case, but which I think can be used for this. Doesn't look like Prosody supports it though. |
@JohnXLivingston A while back I even added some initial support for XEP-0316 to Converse. A server PEP/PubSub module for MUCs would be very useful. Another feature that could be added is to save drafts #3340. |
Thanks @jcbrand . I'll take a look, and let you know if i plan to do something related to XEP 0316. PS: there is a typo in the comment in |
In mattermost/Slack, they is some feature, i would like to see in a modern "team" oriented xmpp client
One is to able to Pin/Flag some message to be able for all to find them.
Example here with mattermost:
https://docs.mattermost.com/help/messaging/pinning-messages.html
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: