How can I get Skype-like shared history among all clients using Jabber?

10

5

Skype does this neat thing where it sends the same history (event log, message log) to all clients connected to that account. This results in exactly the same chat log on all clients, even containing your own messages in correct chronological order. I'd like that same effect using Jabber. How would that be possible?

Currently in Jabber, you don't receive your own messages on other clients and you also get messages from other people only for clients that are currently subscribed (many clients unsubscribe on inactivity).

svenstaro

Posted 2012-10-06T13:14:56.797

Reputation: 235

Answers

5

Since your question is software independent, the generic answer is that XEP-0136 defines server side message archiving procedures for Jabber. In theory your client software would have to enable message archiving with your server. The practical problem here is that I do not know of any server (nor client for that matter) that implements XEP-0136.

Janos Pasztor

Posted 2012-10-06T13:14:56.797

Reputation: 767