Changing port for Open Connection from 5222 to xxxx
TIMP, like any Jabber server, accepts open connection on port 5222 and SSL connection on 5223.
To change the Open Connection port to say 5224 do the following:
- start TIMP Management Console
- go to GUI Console
- double Click on the "tgservice" plugin
- click on the Custom Plug in Tab
- to the jpold configuration add '-p 5224'
- in the stunnel configuration change 5222 in 5224
something like:
jpolld.exe -p 5224 -d 8000 ..........
stunnel.exe -d 5223 -r 5224 .........
Set the configuration and then restart the TIMP Service (from Windows Start menu)