What I am thinking is to create a "mapping" between each jabber user and a MSN ID.
If there are thousands of PyMSNt instances running on a server, it would be possible for each Jabber user mapped to a unique MSN ID so that other "normal" MSN users can use to reach him. Wouldn't that be cool? Ben On 9/8/05, Trejkaz <[EMAIL PROTECTED]> wrote: > > On Thu, 8 Sep 2005 18:37, Ben Ye wrote: > > Thanks James. > > > > Is it possible to run thousands of PyMSNt instances on one server? > > That would be a pretty big drain on system resources, but the odds of one > Jabber user wanting thousands of MSN accounts is pretty slim. I would > venture to say that this user doesn't exist, or should be thinking about a > different solution. :-) > > TX > > -- > Email: Trejkaz Xaoza <[EMAIL PROTECTED]> > Web site: http://trypticon.org/ > Jabber ID: [EMAIL PROTECTED] > GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20050908/f9af663f/attachment.html From [EMAIL PROTECTED] Thu Sep 8 09:41:23 2005 From: [EMAIL PROTECTED] (Trejkaz) Date: Thu Sep 8 09:41:30 2005 Subject: [py-transports] Number of concurrent MSN connections In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Thu, 8 Sep 2005 18:48, Ben Ye wrote: > What I am thinking is to create a "mapping" between each jabber user and a > MSN ID. > > If there are thousands of PyMSNt instances running on a server, it would be > possible for each Jabber user mapped to a unique MSN ID so that other > "normal" MSN users can use to reach him. Wouldn't that be cool? That still sounds like there is only one MSN ID per Jabber ID though. You wouldn't need a thousand instances of the transport to do that, really. TX -- Email: Trejkaz Xaoza <[EMAIL PROTECTED]> Web site: http://trypticon.org/ Jabber ID: [EMAIL PROTECTED] GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20050908/a3e661b6/attachment.pgp From [EMAIL PROTECTED] Thu Sep 8 10:03:22 2005 From: [EMAIL PROTECTED] (Andreas van Cranenburgh) Date: Thu Sep 8 10:03:25 2005 Subject: [py-transports] Number of concurrent MSN connections In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Thu, Sep 08, 2005 at 04:48:31PM +0800, Ben Ye wrote: > What I am thinking is to create a "mapping" between each jabber user and a > MSN ID. > > If there are thousands of PyMSNt instances running on a server, it would > be possible for each Jabber user mapped to a unique MSN ID so that other > "normal" MSN users can use to reach him. Wouldn't that be cool? It would also be possibly with one PyMSNt instance, since each JID can have 1 unique msn account with the transport. But remember that all those msn accounts will have to be registered, manually, since MSN has a protection where you have to type what letters there are in a scrambled image. So it's easier to let users do it themselves. -- Andreas [ http://unstable.nl | xmpp:[EMAIL PROTECTED] ] [ callto:ils.seconix.com/[EMAIL PROTECTED] ] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://modevia.com/pipermail/py-transports/attachments/20050908/f5c056d3/attachment.pgp From [EMAIL PROTECTED] Thu Sep 8 10:04:18 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Thu Sep 8 10:04:14 2005 Subject: [py-transports] Number of concurrent MSN connections In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> That's what the transport does. One MSN passport maps to one Jabber ID. --- James On 08/09/2005, at 6:48 PM, Ben Ye wrote: > What I am thinking is to create a "mapping" between each jabber user > and a MSN ID. > > If there are thousands of PyMSNt instances running on a server, it > would be possible for each Jabber user mapped to a unique MSN ID so > that other "normal" MSN users can use to reach him. Wouldn't that be > cool? > > Ben > > On 9/8/05, Trejkaz <[EMAIL PROTECTED]> wrote: >> > Thanks James. >> > >> > Is it possible to run thousands of PyMSNt instances on one server? >> >> That would be a pretty big drain on system resources, but the odds of >> one >> Jabber user wanting thousands of MSN accounts is pretty slim.??I would >> venture to say that this user doesn't exist, or should be thinking >> about a >> different solution. :-) >> >> TX >> >> -- >> ???????????? Email: Trejkaz Xaoza < [EMAIL PROTECTED]> >> ??????????Web site: http://trypticon.org/ >> ???????? Jabber ID: [EMAIL PROTECTED] >> ?? GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F??A62C B8C7 BC8B 037E EA73 >> >> >> _______________________________________________ >> py-transports mailing list >> [email protected] >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> >> >> > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
