Listeing to a port?

68 Views Asked by At

I am wondering if its possible to to open a port listen for a connection, if a connection is made authenticate it, and if it passes the authentication then an event is fired? Is it maybe possible to do this with XMPP?

Thanks for your help!

1

There are 1 best solutions below

0
On BEST ANSWER

A quick search suggested Twisted Words might be a good candidate. Twisted is an event-driven Python networking library, and Twisted Words is their chat component.