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

Pin/Flag some message in channel/chatroom #1307

Open
ilulissat opened this issue Nov 4, 2018 · 5 comments
Open

Pin/Flag some message in channel/chatroom #1307

ilulissat opened this issue Nov 4, 2018 · 5 comments
Labels

Comments

@ilulissat
Copy link

ilulissat commented Nov 4, 2018

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.

@jcbrand
Copy link
Member

jcbrand commented Nov 8, 2018

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.

@jcbrand jcbrand added the Feature label Nov 8, 2018
@JohnXLivingston
Copy link
Contributor

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).
I did not found any related XEP neither.

@jcbrand
Copy link
Member

jcbrand commented Jun 23, 2024

@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.

@jcbrand
Copy link
Member

jcbrand commented Jun 24, 2024

@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.

@JohnXLivingston
Copy link
Contributor

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 src/headless/plugins/muc/parsers.js: it says XEP 0317 instead of 0316

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants