Hi! all,
Recently, I am trying to set up the PyMSNt transport on my Jabber server (ejabberd). I studied the docs from PyMSNt website and followed exactly what I am supposed to do to configure the PyMSNt and ejabberd, but the MSN transport didn’t show up when I tried the Service Discovery on the Psi client side. The ejabberd server and PyMSNt are running on the same machine (Windows 2000 pro), and I am using Python 2.3 with related Twisted, PyOpenSLL, PyCrypto, PIL etc packages.
After I run ‘python PyMSNt.py’, I got the following message, which I assume it should start working:
Unable to install any good reactors (kqueue, epoll, poll).
We fell back to using select. You may have scalability problems.
This reactor will not support more than 1024 connections at a time.
I didn’t get any prompt back on the command line, and is this normal status or not?
So far, when I connect to the ejabberd server from my Psi client, I didn’t see the MSN gateway listing there. But I did check the port 5347 connection and it was established between the ejabberd server and PyMSNt transport.
I don’t know what is wrong here and couldn’t get any hint from this website or PyMSNt website. Hopefully someone can give me a hint or point a direction for me.
Many thanks in advance.
Kevin
MACCI
Check this: Transport not
Check this:Transport not shown on Service Discovery .