normanr / irc-transport
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
IRC-Transport-Howtouse.html | Thu May 20 03:35:52 -0700 2004 | |
| |
README.txt | Sun May 21 16:53:00 -0700 2006 | |
| |
adhoc.py | Tue Dec 18 13:34:38 -0800 2007 | |
| |
config.py | Sat Jul 21 17:45:07 -0700 2007 | |
| |
config_example.xml | Sat Jul 21 17:45:07 -0700 2007 | |
| |
irc.py | ||
| |
irc_helpers.py | Wed Sep 20 16:28:00 -0700 2006 | |
| |
irclib.py.diff | Thu May 20 03:34:19 -0700 2004 | |
| |
jep0133.py | Sat Jul 21 17:45:54 -0700 2007 | |
| |
xmlconfig.py | Sun May 21 16:53:00 -0700 2006 | |
| |
xmpp-irc | Wed Jun 16 07:11:54 -0700 2004 |
README.txt
XMPP IRC-Transport Readme. ========================== Installing the transport: ------------------------- To install the transport you need a copy of the xmpppy (by Alexey Nezhdanov) library on your system and a copy of the irclib (by Joel Rosdahl). You can find both of these at the following addresses: http://xmpppy.sourceforge.net http://python-irclib.sourceforge.net To make the irclib library integrate with the transport more effectively you need to patch it with the supplied diff file: irclib.py.diff. (patch <irclib.py.diff works for me). This allows the external select function without needing lambda functions. This is required for the transport to operate. Configure the Transport: ------------------------ To configure the transport you need to modify your jabber server configuration to expose the irc-transport to users. The transport itself has a configuration file which it reads on startup. A sample configuration file is provided, copy it as config.xml and change the settings as required. The default Python Encoding: ---------------------------- Some people may have set the python site.py encoding to something other than ascii. The transport relies on this being a non-unicode value, if you have set this to utf-8 it may not work. Thanks to: ---------- The Jabber.org.uk crew who let me abuse their server while doing testing. Alexey Nezhadanov for his help and the library. Joel Rosdhal for the irclib library.

