On 11/19/06, Jeremias <[EMAIL PROTECTED]> wrote:
I'm building up a XMPP proxy whose goal is to allow users to communicate with other users from standard XMPP services and also from MSN and other non XMPP services. Is it possible to use PyMSNt on the client side as some kind of XMPP/MSN translator (and vice-versa) or do I need a XMPP server for this?
PyMSNt does need a jabber server to work - it only really needs the router and s2s parts, so if you're already building the s2s bits, then adding the router part is easy. As a matter of interest: how would you see users using your proxy? How do you handle xmpp connections? Are you providing local s2s support or just c2s? -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
