[cl-xmpp-cvs] CVS cl-xmpp
ehuelsmann
ehuelsmann at common-lisp.net
Wed Jul 9 21:15:57 UTC 2008
Update of /project/cl-xmpp/cvsroot/cl-xmpp
In directory clnet:/home/ehuelsmann/cl-xmpp-cvs
Modified Files:
result.lisp
Log Message:
Change constant to parameter because of 'Idiosyncracies'.
--- /project/cl-xmpp/cvsroot/cl-xmpp/result.lisp 2008/07/09 21:02:40 1.14
+++ /project/cl-xmpp/cvsroot/cl-xmpp/result.lisp 2008/07/09 21:15:57 1.15
@@ -1,4 +1,4 @@
-;;;; $Id: result.lisp,v 1.14 2008/07/09 21:02:40 ehuelsmann Exp $
+;;;; $Id: result.lisp,v 1.15 2008/07/09 21:15:57 ehuelsmann Exp $
;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/result.lisp,v $
;;;; See the LICENSE file for licensing information.
@@ -522,7 +522,7 @@
(reason object))))
-(defconstant +invitation-node+ "http://jabber.org/protocol/muc#user")
+(defparameter +invitation-node+ "http://jabber.org/protocol/muc#user")
(defmethod get-invitation ((object xml-element))
More information about the Cl-xmpp-cvs
mailing list