jabberd2 win32 hits SVN rev 752 and Visual Studio 2008 (SP1)
After a while I had put the jabberd2 win32 project aside, finally I have revived it. Here are some news about it:
- Project files and binaries were upgraded to Visual Studio 2008 (SP1).
- Installer now checks the runtime properly on Windows Vista & Windows 7 Beta, was tested also on Windows XP & 2003. Moreover since Visual Studio 2008 runtime seems to be present by default on many machines, most of you will not need to install it manually at all.
- Installer now contains OpenSSL 0.9.8j, so no more problems with OpenSSL external installation.
- … finally we got all the fixes and features introduced in jabberd2 till the revision #752.
Once you upgrade, you may uninstall Visual Studio 2005 Runtime and OpenSSL using Add/Remove Programs if you have them installed just for older jabberd2 win32 build.

Hello!
I got a problem!
I finish install jabberd-2.2svn752-win32.msi in my system(windows xp with sp2), and i configured basic items in c2s.xml sm.xml.But when i use pandion(a jabberd client) to connect server.It can’t success with error info below in c2s.log:
Tue Aug 25 12:12:44 2009 [notice] starting up
Tue Aug 25 12:12:44 2009 [info] process id is 3844, written to ./c2s.pid
Tue Aug 25 12:12:44 2009 [notice] modules search path: modules
Tue Aug 25 12:12:44 2009 [info] loading ‘mysql’ authreg module
Tue Aug 25 12:12:44 2009 [notice] initialized auth module ‘mysql’
Tue Aug 25 12:12:44 2009 [notice] [0d915b6d731645c] configured; realm=0d915b6d731645c, registration enabled
Tue Aug 25 12:12:44 2009 [notice] attempting connection to router at 127.0.0.1, port=5347
Tue Aug 25 12:12:44 2009 [notice] connection to router established
Tue Aug 25 12:12:44 2009 [notice] [172.7.23.23, port=5222] listening for connections
Tue Aug 25 12:12:44 2009 [notice] ready for connections
Tue Aug 25 12:12:55 2009 [notice] [268] [172.7.23.23, port=7385] connect
Tue Aug 25 12:12:55 2009 [notice] [268] [172.7.23.23, port=7385] disconnect jid=unbound, packets: 0
Tue Aug 25 12:12:56 2009 [notice] [292] [172.7.23.23, port=7387] connect
Tue Aug 25 12:12:56 2009 [notice] [292] [172.7.23.23, port=7387] disconnect jid=unbound, packets: 0
Tue Aug 25 12:12:57 2009 [notice] [284] [172.7.23.23, port=7389] connect
Tue Aug 25 12:12:57 2009 [notice] [284] [172.7.23.23, port=7389] disconnect jid=unbound, packets: 0
Tue Aug 25 13:15:32 2009 [notice] [284] [172.7.23.23, port=7667] connect
Tue Aug 25 13:15:32 2009 [notice] [284] [172.7.23.23, port=7667] disconnect jid=unbound, packets: 0
Tue Aug 25 13:15:33 2009 [notice] [268] [172.7.23.23, port=7669] connect
Tue Aug 25 13:15:33 2009 [notice] [268] [172.7.23.23, port=7669] disconnect jid=unbound, packets: 0
Can you help me?