<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,4 +16,30 @@ java com.rummble.fireeagle.TestConsumer -cmd unsubscribe -u &lt;xmpp-user&gt; -s &lt;xmpp
 java com.rummble.fireeagle.TestConsumer -cmd subscriptions -u &lt;xmpp-user&gt; -s &lt;xmpp-server&gt; -p &lt;password-for-user&gt; 
 	-ck &lt;consumer-key&gt; -cs &lt;consumer-secret&gt; -t &lt;general-token&gt; -ts &lt;general-token-secret&gt;
 	
-java com.rummble.fireeagle.TestConsumer -cmd wait -u &lt;xmpp-user&gt; -s &lt;xmpp-server&gt; -p &lt;password-for-user&gt; 
\ No newline at end of file
+java com.rummble.fireeagle.TestConsumer -cmd wait -u &lt;xmpp-user&gt; -s &lt;xmpp-server&gt; -p &lt;password-for-user&gt; 
+
+----
+
+The TestConsumer class has a few extra options that may be useful.
+
+ -debug  This switches on the Smack debug. You must have the smackx-debug.jar in the classpath. If you don't use this then you can leave the smackx-debug.jar out of the classpath. See IgniteRealtimes documentation about this.
+
+ -fs &lt;Fireeagle server&gt;  The host name of the Fireeagle XMPP server. Assumed to be fireeagle.com if not specified.
+
+ -n &lt;node prefix&gt; The node prefix used in the calls. Assumed to be 
+/api/0.1/user/ if not specified.
+
+----
+
+Dependencies:
+
+Uses Smack and Whack libraries from IgniteRealtime. http://www.igniterealtime.org/
+
+Uses OAuth library  mainly for percent encoding. http://code.google.com/p/oauth/
+
+Uses dom4j to create the custom XML. http://www.dom4j.org/
+
+Uses commons-codec for base64 encoding. http://commons.apache.org/codec/
+
+Uses log4j for logging. http://logging.apache.org/log4j/1.2/index.html
+</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc4d012642e04332305115114d34d3a4608826bb</id>
    </parent>
  </parents>
  <author>
    <name>Clive Cox</name>
    <email>clive@pt-laptop1.(none)</email>
  </author>
  <url>http://github.com/rummble/jfexmpp/commit/dd564ea3613bd2232fcc0230ba5c08fb4a69843d</url>
  <id>dd564ea3613bd2232fcc0230ba5c08fb4a69843d</id>
  <committed-date>2009-02-22T02:36:42-08:00</committed-date>
  <authored-date>2009-02-22T02:36:42-08:00</authored-date>
  <message>update README</message>
  <tree>b68281aaff4eb8bae0bda8153885280b5568d2a6</tree>
  <committer>
    <name>Clive Cox</name>
    <email>clive@pt-laptop1.(none)</email>
  </committer>
</commit>
