| | 1 | 2004-09-18 Jacek Konieczny <jajcus@bnet.pl> |
|---|
| | 2 | |
|---|
| | 3 | * jjigw/config.py, jjigw/ircsession.py, jjigw.dtd: |
|---|
| | 4 | - fixed support for multiple servers (round-robin and failover) |
|---|
| | 5 | - allow binding to a configured address and port before connecting to a server |
|---|
| | 6 | (both improvements by Petr Mensik) |
|---|
| | 7 | |
|---|
| | 8 | * jjigw/component.py: |
|---|
| | 9 | - simple channel browsing (only for channels listed in config file, patch by Petr Mensik) |
|---|
| | 10 | |
|---|
| | 11 | * jjigw/common.py: |
|---|
| | 12 | - support for long nicknames fixed (patch by Petr Mensik) |
|---|
| | 13 | |
|---|
| | 14 | * jjigw/channel.py, jjigw/component.py, jjigw/ircsession.py: |
|---|
| | 15 | - updated for recent PyXMPP changes (stanza constructors keyword arguments name changes) |
|---|
| | 16 | |
|---|