TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Comparison of XMPP based Group Chat and IRC based Group Chat

19 pointsby ad93611about 12 years ago

4 comments

andorabout 12 years ago
The author seems to lack the technical background to write about the topic.<p><i>All IRC messages are simple strings in the augmented BNF representation.</i><p>He does not know what a formal language is.<p><i>The difference between a command and a message is just the prefix that you type in the client. Any message that you type beginning with the "/" character is interpreted as a command.</i><p>He is confusing the IRC protocol with a user interface now.
评论 #5617407 未加载
评论 #5617321 未加载
0x0about 12 years ago
On a related note, bitlbee is a really nice xmpp client implemented as a "fake irc server". I use it all the time with irssi.
评论 #5617200 未加载
评论 #5617251 未加载
评论 #5617254 未加载
StavrosKabout 12 years ago
I'm currently working on a product that gives you a useful bot for your team chat room (<a href="http://www.getinstabot.com" rel="nofollow">http://www.getinstabot.com</a>, contact me for free beta access), so I've had a bit of experience with the two protocols lately (I'm currently rewriting the XMPP frontend in Go, the architectural evolution has been enlightening and it's a very fun process, I might do a writeup if there's interest).<p>This post looks a bit like filler, it's not very accurate on the details (as other posters have said), and it doesn't have much content.<p>I think the main reason people will prefer IRC over XMPP is one of culture. IRC is for talking to strangers, XMPP is for talking to people you know.<p>Because of this, various company chat services are gearing towards supporting XMPP, because people usually already use XMPP clients, and the whole environment is less "let's look around the server and see what channels are interesting" and more "I'll just make a channel here because everyone has a client that can talk to it already.".<p>Both technologies are great, and you can use them pretty much interchangeably, but each serves a different target market. That's the biggest difference, in my opinion.
评论 #5617676 未加载
captn3m0about 12 years ago
If someone is looking for fast, free group chat for your team, I cannot recommend Partychat[0] enough. It has a hubot adapter, which allows you to do cool stuff using a bot which you can program.