Ask HN: What do you use for persistent chat?
We are trying to improve intergroup communication at my job. One of the ideas we have come up with is to create a persistant chat room (or channel) for the groups to chat on. Then when an issue comes up the groups all have a history of the conversation. Currently we use GTalk for chat and most of us use Adium for a chat client. The only requirement is that the chat room log has to be visible to all parties with at least 48 hours of history.
So the question is, what do you guys use for persistent chatrooms?
13 comments
[ 2.7 ms ] story [ 41.9 ms ] threadJust in case: XMPP and Jabber are the same protocol. Ejabberd is a popular XMPP server (written in Erlang, if you care about compiling from source; not hard to deploy). Google Chat uses XMPP and supports both GMail users chatting on external MUC servers and non-GMail users from another XMPP server joining GMail-hosted chats. XMPP servers usually host Multi-user conference service (aka MUC aka group chat), but it is separate enough that you could just configure MUC-only XMPP server with proper logging settings without allowing any user accounts on the server and connect via existing GMail accounts.
So far I have identified, Jaconda, hipchat and campfire (although I think it is out due to the lake of gtalk integration)
(Sorry for not posting this right up front)