szimek / xmpp-chat

Facebook chat clone written using Strophe.js and Ember.js
168 stars 52 forks source link

How I can get history? #12

Open ghost opened 11 years ago

ghost commented 11 years ago

ejabberd has a module for save a history, but how I can get this history?

szimek commented 11 years ago

To be honest I always thought that archiving is only possible with group chat, but it looks like it's possible with normal 1-to-1 chat as well. There's a plugin for Strophe.js @ https://github.com/metajack/strophejs-plugins/tree/master/archive - maybe this will help.

Let me know if it works.

ghost commented 11 years ago

with "xmpp-chat" I can use group chat?

szimek commented 11 years ago

Unfortunately not. It's issue #6 :)