Re: clojure xmpp

2011-02-12 Thread Mibu
that will create an XMPP bot. I've found a couple of clojure xmpp projects out there, but I was wondering if anyone on the list could recommend a particular project in clojure or failing that a good Java library to base our work on. I've seen xmpp-cljhttps://github.com/zkim/xmpp-cljand

Re: clojure xmpp

2011-02-12 Thread Bruce Durling
Mibu, On Sat, Feb 12, 2011 at 17:03, Mibu mibu.cloj...@gmail.com wrote: snip 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

clojure xmpp

2011-02-10 Thread Bruce Durling
Hi, We're going to be doing a dojo in the future that will create an XMPP bot. I've found a couple of clojure xmpp projects out there, but I was wondering if anyone on the list could recommend a particular project in clojure or failing that a good Java library to base our work on. I've seen

Re: clojure xmpp

2011-02-10 Thread Mark Rathwell
AM, Bruce Durling b...@otfrom.com wrote: Hi, We're going to be doing a dojo in the future that will create an XMPP bot. I've found a couple of clojure xmpp projects out there, but I was wondering if anyone on the list could recommend a particular project in clojure or failing that a good

Re: clojure xmpp

2011-02-10 Thread Bruce Durling
of clojure xmpp projects out there, but I was wondering if anyone on the list could recommend a particular project in clojure or failing that a good Java library to base our work on. I've seen xmpp-clj https://github.com/zkim/xmpp-clj and it appears to be the furthest along so far. cheers

Re: clojure xmpp

2011-02-10 Thread Michael Ossareh
On Thu, Feb 10, 2011 at 7:06 AM, Bruce Durling b...@otfrom.com wrote: Hi, We're going to be doing a dojo in the future that will create an XMPP bot. I've found a couple of clojure xmpp projects out there, but I was wondering if anyone on the list could recommend a particular project