[Twisted-Python] MSN IM question: two factories, one reactor?

Matthew Wilson mw44106 at gmail.com
Tue Jan 31 21:06:06 EST 2006


I want to write a chat bot that signs into MSN IM, then waits
passively for users to send it messages.  When the bot gets a message,
it should just reply back to the sender.

Here's where I'm struggling: it appears that I need to maintain a
connection to a notification server AND a switchboard server. How to
do this with only one reactor running?

I'm new to twisted.

TIA

Matt




More information about the Twisted-Python mailing list