TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What do you use for persistent chat?

4 点作者 cschmitt超过 12 年前
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.<p>So the question is, what do you guys use for persistent chatrooms?

6 条评论

9mit3t2m9h9a超过 12 年前
If you use GTalk already, maybe migrating to XMPP MUC (which is the same protocol) served by, say, ejabberd could be the most straightforward way. It has log configuration (just as IRC does), but it it slightly easier to set up to push logs to clients on entering a room.<p>Just 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.
评论 #4661871 未加载
girasquid超过 12 年前
<a href="http://hipchat.com" rel="nofollow">http://hipchat.com</a> is pretty quick to set up - it has web, desktop, and mobile clients - they also seem to have experimental support for XMPP/Jabber (<a href="http://blog.hipchat.com/2011/04/25/experimental-support-for-xmppjabber/" rel="nofollow">http://blog.hipchat.com/2011/04/25/experimental-support-for-...</a>), which would let you use Adium to connect.
评论 #4661865 未加载
cschmitt超过 12 年前
Here is the simple criteria I am using: 1. Must use gtalk 2. Must have persistant history for at least 48 hours (searchable is a bonus) 3. Must be accessible from adium or other chat clients 4. Must be private for our org.<p>So far I have identified, Jaconda, hipchat and campfire (although I think it is out due to the lake of gtalk integration)<p>(Sorry for not posting this right up front)
Smotko超过 12 年前
We use IRC and a custom bot that logs chat history and does some other cool stuff. It works surprisingly well and it's really easy and fun to add new functionality to the bot.
评论 #4661874 未加载
cryptoz超过 12 年前
That sounds like an excellent use case for IRC.
评论 #4661876 未加载
noemit超过 12 年前
Jumpino