Projects tigase _server server-core Issues #163
Server side chat history (#163)
Closed
wojciech.kapcia@tigase.net opened 1 decade ago

Add support for saving all user chats on the server (with maybe XEP-0136: Message Archiving or XEP-0313: Message Archive Management as a means to access the archive)

Artur Hefczyc commented 1 decade ago

Please add estimated time in hours.

Artur Hefczyc commented 1 decade ago

Do we have this implemented already? Please update estimated hours and spent hours for the task.

Andrzej Wójcik (Tigase) commented 1 decade ago

We have implemented basic support for XEP-0136 which enables users to enable/disable saving all chat messages on server. Current implementation also supports retrieving stored messages.

There are two differences:

  1. Our implementation uses date o saved chat message as collection id instead of threadid as described in XEP-0136.

  2. Our implementation requires passing both to and from parameters when requesting for collections or items of collection. (To and from parameters are used to specify period of time to retrieve)

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
RedmineID
876
Version
tigase-server-5.2.0
Spent time
60h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#163
Please wait...
Page is in error, reload to recover