From 1cd15d7297354096f5103d53ca6ed25407f224f4 Mon Sep 17 00:00:00 2001 From: Matt Goodall Date: Fri, 20 Jul 2012 15:13:42 +0100 Subject: [PATCH] Quick README. --- README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5a93cca --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Go package for implementing XMPP clients and components. + +See src/xmpp/doc.go for overview.