From 59f0da8a122941df9315bcff9d6c59cece7e4086 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 2 Apr 2009 17:59:27 +0200 Subject: [PATCH] formatting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a38eed2..e826d2f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Should eventually implement XMPP-Core and XMPP-IM to conform with RFCs 3920 and ## example chat client + (require xmpp) (define (read-input prompt) @@ -25,9 +26,12 @@ Should eventually implement XMPP-Core and XMPP-IM to conform with RFCs 3920 and (let ((msg (read-line (current-input-port)))) (send (message to msg)) (loop)))))) + -## possiby interesting extensions to implement. http://xmpp.org/extensions/ +## possiby interesting extensions to implement. + +see http://xmpp.org/extensions/ * XEP-0047: In-Band Bytestreams * XEP-0066: Out of Band Data