README in vines-0.2.0 vs README in vines-0.2.1
- old
+ new
@@ -4,9 +4,14 @@
by using EventMachine for asynchronous IO. User data is stored in a SQL database,
CouchDB, Redis, the file system, or a custom storage implementation that you provide.
LDAP authentication can be used so user names and passwords aren't stored in the chat
database. SSL encryption is mandatory on all client and server connections.
+The Vines XMPP server includes a web chat client. The web application is available
+immediately after starting the chat server at http://localhost:5280/chat/
+
+Additional documentation can be found at www.getvines.com.
+
== Usage
1. gem install vines
2. vines init wonderland.lit
3. cd wonderland.lit && vines start