Update of /project/cl-xmpp/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv21740
Modified Files: index.html Log Message: 0.4.0
Date: Sat Oct 29 19:30:16 2005 Author: eenge
Index: public_html/index.html diff -u public_html/index.html:1.10 public_html/index.html:1.11 --- public_html/index.html:1.10 Sat Oct 29 04:14:25 2005 +++ public_html/index.html Sat Oct 29 19:30:15 2005 @@ -20,7 +20,8 @@ all part of <a href="http://www.jabber.org/jeps/jep-0073.html">JEP-0073: Basic IM Protocol Suite</a>. The author considers the library feature complete but will happily accept patches for any other reasonably stable JEPs.</p>
<p>Currently, you can chat, manage your contacts, roster -and presence information using this library.</p> +and presence information using this library. You can now also +use the service discovery protocol using the <code>xmpp:discover</code> operator.</p>
<p>The code is released under an <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cl-xmpp/LICENSE?rev=HEAD&cvsroot=cl-xmpp&content-type=text/vnd.viewcvs-markup">MIT-style @@ -37,6 +38,7 @@ <h2>News</h2> <div class="level"> <ul> + <li>Version 0.4.0 released (Better support for JEP0030 (service discovery) and more exported symbols)</li> <li>Version 0.3.0 released (Added Allegro and LispWorks support)</li> <li>Version 0.2.0 released (JEP 0073 support)</li> <li>Version 0.1.0 released (Initial release)</li>