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

Chat integration #395

Closed
5 of 7 tasks
danxuliu opened this issue Aug 29, 2017 · 1 comment
Closed
5 of 7 tasks

Chat integration #395

danxuliu opened this issue Aug 29, 2017 · 1 comment
Labels
enhancement feature: chat 💬 Chat and system messages

Comments

@danxuliu
Copy link
Member

danxuliu commented Aug 29, 2017

Nextcloud 13

Must have:

  • Basic chat: tab in the right sidebar of the Spreed app for each room; follow appearance of comments tab in Files app. Messages are stored in database.

Nice to have:

  • More advanced backend using shared memory and semaphores to send messages between PHP processes and avoid needing to poll the database; check if there is any other higher level PHP extension or library that could be used.

  • Notifications are sent to users when their name is mentioned. (Notify users mentioned in chat messages #460)

  • Chat messages are searchable.

Future:

  • Federation, so people in the same chat room can be on different Nextcloud servers.

  • Make possible to connect to the chat from third-party clients, like XMPP or Matrix.

  • Nextcloud integration, like starting a chat from the contacts app.

  • One on one chat available over any Nextcloud app.

  • Advanced display of content in the chat view, like previews of photos.

@nickvergessen nickvergessen added enhancement feature: chat 💬 Chat and system messages labels Oct 4, 2017
@nickvergessen nickvergessen added this to the 3.0 (Nextcloud 13) milestone Oct 4, 2017
@danxuliu danxuliu changed the title Chat integration WIP Chat integration Oct 16, 2017
@nickvergessen nickvergessen modified the milestones: 3.0b1 (Nextcloud 13.0.0b1), 3.0 (Nextcloud 13.0.0) Jan 5, 2018
@nickvergessen
Copy link
Member

Closing the 13 ticket, since the must haves are in (apart from #544 )

marcoambrosini pushed a commit that referenced this issue Oct 9, 2019
…-save-on-month-or-year

Trigger value save on year/month select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature: chat 💬 Chat and system messages
Projects
None yet
Development

No branches or pull requests

2 participants