From stassats at gmail.com Fri Aug 22 18:36:29 2008 From: stassats at gmail.com (Stas Boukarev) Date: Fri, 22 Aug 2008 22:36:29 +0400 Subject: [cl-xmpp-devel] cl-xmpp connection Message-ID: <9f0fec110808221136r794799d0v8f5890e07f21c206@mail.gmail.com> Don't know whether it's right but the following patch solves for me problems with connecting/using cl-xmpp: cvs diff: Diffing . Index: cl-xmpp.lisp =================================================================== RCS file: /project/cl-xmpp/cvsroot/cl-xmpp/cl-xmpp.lisp,v retrieving revision 1.35 diff -r1.35 cl-xmpp.lisp 81c81 < (class 'connection) stanza-callback) --- > (class 'connection) (stanza-callback 'default-stanza-callback)) cvs diff: Diffing test -- With Best Regards, Stas.