Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #4105
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | "John B. Matthews" <nospam@nospam.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: web chatting box. |
| Date | Sun, 15 May 2011 03:47:32 -0400 |
| Organization | The Wasteland |
| Lines | 55 |
| Message-ID | <nospam-B32CD1.03473115052011@news.aioe.org> (permalink) |
| References | <ab058584-b9e1-4c01-a581-e0051c4e1daf@k3g2000prl.googlegroups.com> <iqmc58$cmt$1@news.albasani.net> <nospam-7793D0.21310214052011@news.aioe.org> <iqni38$6ng$1@news.albasani.net> |
| NNTP-Posting-Host | LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4105 |
Show key headers only | View raw
In article <iqni38$6ng$1@news.albasani.net>, Lew <noone@lewscanon.com> wrote: > John B. Matthews wrote: > > Lew wrote: > >> Garg wrote: > >>> I am doing a POC on chatting box so that our user can do an > >>> online chat with support. I dont know what all technology it > >>> needs and from where to start. > >>> > >>> I appreciated if anyone can just give some guidelines to start > >>> from. > > >> <http://lmgtfy.com/?q=Java+chat+servers> > > > For some reason, my one-time favorite didn't make the first page: > > > > <http://www.jabber.org/> > > Is that a Java product? No, it's an IM hosting site, and a careless link on my part. The jabberd server is written in C/C++; I'd done some related Java client development and conflated the two. > > It's still among the standards: > > > > <http://xmpp.org/> > > Huh. That is strange. > > I checked the links for utility and applicability but not for > comprehensiveness. I confess, I still get a kick out of the lmgtfy animation. > Good catch. Yes, it points to these: jabberd 1.x: <http://jabberd.org/> jabberd 2.x: <http://jabberd2.xiaoka.com/> which are the upstream sites for linux/unix repositories. I was using the 1.x server at that time, and it was particularly easy to install using apt-get on Ubuntu or port install on Mac OS. The DBMS dependency is configurable; I typically used MySQL or PostgreSQL, but at least one site used Firebird. I don't recall finding a client that could _not_ connect, which made debugging ours _much_ easier. It's not Java, but it's solid. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
web chatting box. Garg <sendtogarg@gmail.com> - 2011-05-14 09:51 -0700
Re: web chatting box. Lew <noone@lewscanon.com> - 2011-05-14 12:55 -0400
Re: web chatting box. "John B. Matthews" <nospam@nospam.invalid> - 2011-05-14 21:31 -0400
Re: web chatting box. Lew <noone@lewscanon.com> - 2011-05-14 23:42 -0400
Re: web chatting box. "John B. Matthews" <nospam@nospam.invalid> - 2011-05-15 03:47 -0400
Re: web chatting box. Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 14:19 +1200
csiph-web