Index: docs/INSTALL.txt
===================================================================
--- INSTALL	(revision 28)
+++ docs/INSTALL.txt	(revision 66)
@@ -4,12 +4,12 @@
 
 The software runs on Debian or Ubuntu Linux, MacOSX or any Unix variant
-supported by its main dependency, which is sipclient version >= 0.4.0
-available from http://sipsimpleclient.com
+supported by its main dependency sipclient version >= 0.4.0 available from
+http://sipsimpleclient.com
 
 You can install SIP chatserver in the following ways:
 
-a. From Debian package
+a. From a Debian package
 b. From a tar archive
-c. From version control repository
+c. From the version control repository
 
 
@@ -80,2 +80,17 @@
 All server activity messages are logged to syslog.
 
+
+Using the server
+----------------
+
+To use the server you need a SIP client with support for MSRP chat sessions.
+You can use http://sipsimpleclient.com library that contains a test script
+for establishing MSRP sessions (sip_im_session).
+
+To join a chat room send INVITE with MSRP media type to any SIP URI that
+maps to the server address. The username part of the SIP URI will me used by
+the server to generate a room. The room will exists as long as there is at
+least one participant connected.
+
+Check the syslog messages to see the server activity related to users
+joining or leaving the rooms.
Index: docs/TODO.txt
===================================================================
--- TODO	(revision 64)
+++ docs/TODO.txt	(revision 66)
@@ -1,5 +1,10 @@
 
-Chatroom features
------------------
+Media
+-----
+
+ * Audio bridge support
+
+Chatroom
+--------
 
  * File transfer support
@@ -14,12 +19,18 @@
  * Add MSRP NICKNAME support
  * Add chatroom NICKNAME capabilities in SDP offer (in the client) and
-  response (the chat server): a=chatroom:nickname
+   response (the chat server): a=chatroom:nickname
  * Handle resource-lists
 
 
-Room policy features
---------------------
+Gateway
+-------
 
-Read MUC extension here: http://xmpp.org/extensions/xep-0045.html
+ * Bridge to/from XMMP/Jabber, resources: 
+   Libraries: http://xmpp.org/software/libraries.shtml#python
+   MSRP/XMPP conversion Internet drafts: http://xmpp.org/internet-drafts/
+
+
+Policy
+------
 
  * Interactive room setup on creation and after:
@@ -40,7 +51,10 @@
    - Allow anonymous URI reservation (default no)
 
+   Jabber/MUC extension specifications:
+   http://xmpp.org/extensions/xep-0045.html
 
-Control features
-----------------
+
+Control
+-------
 
  * Invite member(s)
@@ -50,8 +64,2 @@
  * Schedule session at a later time
 
-
-Media features
---------------
-
- * Audio bridge support
-
