/* xmpp-demo.lisp */ Code muß bunt sein

This commit is contained in:
Sven 2007-05-29 14:18:59 +00:00
parent f6354c22af
commit 6f533eec27
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"It was pretty slick when Marco fixed an error in some code while Firefox was blocked trying to display the page, then was able to compile the fixed code and finish serving the request to the browser."
==xmpp-demo.lisp==
<pre>
<source lang="lisp">
(defpackage :xmpp-demo
(:use "COMMON-LISP" "EXCL" "XMPP" "MP"
"NET.ASERVE" "NET.HTML.GENERATOR"))
@ -119,4 +119,4 @@
(publish :path "/xmpp"
:function 'xmpp-render)
</pre>
</source>