Changeset 138 for trunk/jjigw.dtd

Show
Ignore:
Timestamp:
09/18/04 20:37:57 (4 years ago)
Author:
jajcus
Message:

- fixed support for multiple servers (round-robin and failover)
- allow binding to a configured address and port before connecting to a server
(both improvements by Petr Mensik)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jjigw.dtd

    r86 r138  
    2323<!ELEMENT server        (#PCDATA) > 
    2424<!ATTLIST server  
    25         port            CDATA           "6667"> 
     25        port            CDATA           "6667" 
     26        bind            CDATA           #IMPLIED 
     27        bindport        CDATA           "0"> 
    2628<!ELEMENT channel       (#PCDATA) > 
    2729<!ATTLIST channel