문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top