]> code.delx.au - pymsnt/blobdiff - docs/server.html
Updated rev and url
[pymsnt] / docs / server.html
index 75aa6d30127cb6a808141647adec3a365f710732..c5008058142b3a7687b2270a089b1284d046f117 100644 (file)
@@ -34,7 +34,7 @@ Make sure have installed Python 2.3 or newer (I have reports that some older ver
 </p>
 <ul>
 <li>Mandrake: <pre>urpmi python</pre></li>
-<li>Debian: <pre>apt-get install python2.3</pre></li>
+<li>Debian: <pre>apt-get install python</pre></li>
 <li>Fedora: <pre>yum install python</pre></li>
 <li>Centos 4: <pre>yum install python</pre></li>
 <li>Suse: <pre>yast -i python</pre></li>
@@ -55,8 +55,8 @@ or make sure you download at least these modules: core, web, words
 </p>
 <ul>
 <li>Mandrake: You will need to download the pycrypto and python openssl RPMs and install them as well as twisted using urpmi. Unfortunately I cannot provide links. I know you can get them from Mandrake Club though.</li>
-<li>Debian sarge: <pre>apt-get install python2.3-twisted python2.3-crypto python2.3-pyopenssl</pre></li>
-<li>Debian: <pre>apt-get install python2.3-twisted python2.3-twisted-words python2.3-crypto python2.3-pyopenssl</pre></li>
+<li>Debian sarge: <pre>apt-get install python-twisted python-crypto python-pyopenssl python-imaging</pre></li>
+<li>Debian: <pre>apt-get install python-twisted python-twisted-words python-crypto python-pyopenssl python-imaging</pre></li>
 <li>Fedora: <pre>yum install python-twisted pyOpenSSL pycrypto</pre></li>
 <li>Centos 4: <pre>yum install python-twisted python-crypto pyOpenSSL</pre></li>
 <li>Suse: <pre>yast -i python-twisted python-openssl python-pycrypto</pre></li>
@@ -203,6 +203,17 @@ href="http://ejabberd.jabberstudio.org/guide.html#htoc17">ejabberd Guide</a>:
 <li>Restart ejabberd and you're done.</li>
 </ol>
 </li>
+
+<li><h4>Wildfire</h4>
+<p>
+In the Wildfire administration console, click the Server tab, and then External Components.
+Enable external components and enter a port (default is 10015) and a default shared secret.
+</p>
+<p>
+Use the port and secret in the PyMSNt config.xml to connect the transport to Wildfire
+</p>
+</li>
+
 </ul>
 
 <hr/>
@@ -243,6 +254,7 @@ Run in the directory that PyMSNt.pid is in. This will send a SIGHUP signal to th
 <ul>
 <li>On MS Windows, if you can't run PyMSNt, make sure you have Python installed correctly (as well as all of Twisted and PyCrypto/PyOpenSSL), and that python.exe is in your PATH (see above).</li>
 <li>See the <a href="http://delx.cjb.net/pymsnt/docs/user.html">User's Guide to PyMSNt</a> for more details on using the transport</li>
+<li>Do not use Twisted 2.0.0. It is buggy!</li>
 <li>If you are upgrading from the CMSN-t and your Jabber server has been running
 prior to about November 2003 then some of your users' contact lists may have
 msn.host.com/registered in them. These users should delete the transport from their list, and reregister it. There is no need to delete the transport users (so they will not have to reauthorise any contacts).</li>
@@ -258,6 +270,8 @@ msn.host.com/registered in them. These users should delete the transport from th
 <p>Bug reports and comments go to <a href="mailto:james&#64;delx.cjb.net">James Bunton</a></p>
 <p>I'll gladly help you with any problems, but please look through this whole page, the README &amp; config.xml files first.</p>
 
+<hr/>
+<p>Copyright James Bunton &lt;james at delx.cjb.net&gt;. You may freely redistribute this file.</p>
 
 </body>