Hey guys, I know this isn't the exact right place for this question but I figured all of you being experts in transports & Jabber could probably answer my question.
How do I un-register my Jabber ID to a transport account? -- Travis Bell -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060319/d0b9c63e/attachment.html From [EMAIL PROTECTED] Sun Mar 19 16:50:14 2006 From: [EMAIL PROTECTED] (Travis Bell) Date: Sun Mar 19 16:50:21 2006 Subject: [py-transports] question about long jid pymsnt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I do see the point of this, it really would be easier. Is it at all possible? -- Travis Bell On 18-Mar-06, at 11:57 PM, mohd_izzuan wrote: > Hi... > > i have some question regarding the long jid for pymsnt. is there a > way for > the jid just displaying just the username for example > '[EMAIL PROTECTED]' and > not just ' [EMAIL PROTECTED]' . it would be really > neat if it is > can be done so.thanks.. > > _______________________________________________ > 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/20060319/799a527d/attachment.htm From [EMAIL PROTECTED] Sun Mar 19 17:43:03 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sun Mar 19 17:43:07 2006 Subject: [py-transports] question about long jid pymsnt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > On 18-Mar-06, at 11:57 PM, mohd_izzuan wrote: > i have some question regarding the long jid for pymsnt. is there a way for > the jid just displaying just the username for example '[EMAIL PROTECTED]' > and not just ' [EMAIL PROTECTED]' . it would be really > neat if it is can be done so. thanks.. On 3/19/06, Travis Bell <[EMAIL PROTECTED]> wrote: > I do see the point of this, it really would be easier. Is it at all > possible? It can be done, but then only @hotmail.com addresses are supported. Any email is a valid MSN address, so you're cutting out a big part of the userbase this way. Most clients have the ability to rename contacts and show the preferred name instead of the real jid. They also do the behind the scenes legacy adress to jid tranlastion for you. (Psi does both of these things) The benifits are just not there to do things this way. <sarcasm>Maybe try emailing microsoft and ask then to set up a xmpp gateway at 'hotmail.com' so that everything work seemlessly.</sarcasm> FYI: JJIGW does this sort or thing for IRC. (where as the xmpp.py irc-transport uses the PyMSNt format) Each have their own strengths and weaknesses. BTW: This idea _DOES_ make sense for the PyAIMt and PyICQt transports because there's a very limited domain of where they can exist. It's up to the server admin, but you could use [EMAIL PROTECTED] or [EMAIL PROTECTED] as the contact address. (the 'domains' don't _HAVE_ to be thing.jabber.server.example.com, but if they aren't, then users on other servers can't use them. So in a sort of way you could maybe get [EMAIL PROTECTED], but that doesn't really help much. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sun Mar 19 17:46:19 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sun Mar 19 17:46:25 2006 Subject: [py-transports] How do I "unregister" a transport? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 3/19/06, Travis Bell <[EMAIL PROTECTED]> wrote: > Hey guys, I know this isn't the exact right place for this question but I > figured all of you being experts in transports & Jabber could probably > answer my question. > > How do I un-register my Jabber ID to a transport account? JEP's are the path of the righteous, for example: http://www.jabber.org/jeps/jep-0100.html Section 4.3.1: <iq type='set' from='[EMAIL PROTECTED]/orchard' to='aim.shakespeare.lit' id='unreg1'> <query xmlns='jabber:iq:register'> <remove/> </query> </iq> -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sun Mar 19 20:48:50 2006 From: [EMAIL PROTECTED] (Trejkaz) Date: Sun Mar 19 20:47:47 2006 Subject: [py-transports] question about long jid pymsnt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Monday 20 March 2006 04:43, Norman Rasmussen wrote: > The benifits are just not there to do things this way. <sarcasm>Maybe > try emailing microsoft and ask then to set up a xmpp gateway at > 'hotmail.com' so that everything work seemlessly.</sarcasm> Before I got rid of my MSN account, my Passport ID was [EMAIL PROTECTED] My Jabber ID is also [EMAIL PROTECTED] Now let's suppose that someone had added both my MSN and my Jabber ID at some point in time... Ah, wait. That's another option. You just get everyone on MSN with non-hotmail addresses to run their own Jabber server. ;-) TX -- Email: [EMAIL PROTECTED] Jabber ID: [EMAIL PROTECTED] Web site: http://trypticon.org/ 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: 191 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20060320/05b0f90b/attachment.pgp From [EMAIL PROTECTED] Mon Mar 20 13:57:31 2006 From: [EMAIL PROTECTED] (Thiago Ghilardi) Date: Mon Mar 20 13:56:40 2006 Subject: [py-transports] test Message-ID: <[EMAIL PROTECTED]> test From [EMAIL PROTECTED] Mon Mar 20 13:58:14 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon Mar 20 13:58:20 2006 Subject: [py-transports] test In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 3/20/06, Thiago Ghilardi <[EMAIL PROTECTED]> wrote: > test it worked! -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Mar 20 14:04:50 2006 From: [EMAIL PROTECTED] (Thiago Ghilardi) Date: Mon Mar 20 14:03:52 2006 Subject: [py-transports] Big Message Error Message-ID: <[EMAIL PROTECTED]> hi, i got a simple question, is there a characters limit in the pymsn tranport? when i send messages over 1399 characters, the messages is not delivered and i get an error message and sometimes the transport logs off. is this normal?is this normal? ps: im using the latest pymsnt version thanks, Fernando -- Thiago Ghilardi Desenvolvimento Bewireless - Comunika www.bewireless.com.br www.comunika.com.br Fone: 51 30242721
