Re: clojure xmpp

2011-02-12 Thread Bruce Durling
Mibu, On Sat, Feb 12, 2011 at 17:03, Mibu wrote: > To save you the headache, here are two gotchas I encountered: > When connecting to Google Talk servers .setSASLAuthenticationEnabled > on ConnectionConfiguration to false. > When connecting to Facebook chat servers avoid requiring security > wit

Re: clojure xmpp

2011-02-12 Thread Mibu
Smack is the go to library for XMPP client programming on the JVM. It has some quirks and annoying bugs, but it's versatile; it mostly works, and it has excellent (simple!) documentation. Also, there is no worthy free alternative available. Docs: http://www.igniterealtime.org/builds/smack/docs/lat

Re: clojure xmpp

2011-02-10 Thread Michael Ossareh
On Thu, Feb 10, 2011 at 08:21, Bruce Durling wrote: > Mark, > > Smack looks delightfully straightforward. I think I'll give it a shot > thanks! > > Smack has a bunch of oddities once you start wanting to do anything past simple message processing. The predominate issue (this as of smack 3.0 I bel

Re: clojure xmpp

2011-02-10 Thread Bruce Durling
Mark, Smack looks delightfully straightforward. I think I'll give it a shot thanks! cheers, Bruce On Thu, Feb 10, 2011 at 15:58, Mark Rathwell wrote: > > I just created my own clojure wrappers around the jive (igniterealtime) java > libraries.  Created an xmpp client library with their Smack li

Re: clojure xmpp

2011-02-10 Thread Mark Rathwell
I just created my own clojure wrappers around the jive (igniterealtime) java libraries. Created an xmpp client library with their Smack library, and a server component library with Tinder (you will need to build from source with this one). They are fairly solid java xmpp libraries. igniterealtim