more PLaneT compatability changes

This commit is contained in:
nik gaffney 2009-04-03 11:05:10 +02:00
parent 6f368ebdd4
commit 541893e9bc
2 changed files with 5 additions and 4 deletions

View file

@ -7,11 +7,11 @@ A basic module for IM using the Jabber/XMPP protocol with PLT Scheme.
Should eventually implement XMPP-Core and XMPP-IM to conform with RFCs Should eventually implement XMPP-Core and XMPP-IM to conform with RFCs
3920 and 3921. Progress toward supporting the full protocol is 3920 and 3921. Progress toward supporting the full protocol is
currently documented in the file 'xmpp.scm' currently documented in the file 'xmpp.ss'
## Installation ## Installation
(require (planet "xmpp.scm" (zzkt gibberish 1 0))) (require (planet zzkt/gibberish:1:0/xmpp))
## Example Chat Client ## Example Chat Client

View file

@ -11,11 +11,12 @@ Gibberish is a module for using the Jabber/XMPP protocol.
It should eventually implement XMPP-Core and XMPP-IM to conform with It should eventually implement XMPP-Core and XMPP-IM to conform with
RFCs 3920 and 3921. Progress toward supporting the full protocol is RFCs 3920 and 3921. Progress toward supporting the full protocol is
currently documented in the file 'xmpp.scm' currently documented in the file 'xmpp.ss'
@section{Installation} @section{Installation}
(require (planet "xmpp.scm" (zzkt gibberish 1 0))) (require (planet zzkt/gibberish:1:0/xmpp))
@section{Example Chat Client} @section{Example Chat Client}