Howdy folks. I have a jabber question on the jabberd2 server. I need to have the server bind to multiple ssl ports, and I tried a few attempts to add other ports, etc w/ no luck. Has anyone else done this out there in linux land? If so, how? thanks!
Mike
Here is what is normally there:
<ssl-port>5223</ssl-port>
so I tried:
<ssl-port>5223</ssl-port>
<ssl-port>5224</ssl-port>
and later defining the ip addresses to bind to along with the ssl-ports.
