RE: [jdev] How to handle AIM/external protocol users with @ in buddyname

2005-04-28 Thread Matt Tucker
Paul, Please check out the JID Escaping JEP: http://www.jabber.org/jeps/jep-0106.html. The transport you're using might need to be updated to support this, but it seems like the right approach. There's been a lot of discussion about this JEP on the standards-jib mailing list recently. Regards,

Re: [jdev] How to handle AIM/external protocol users with @ in buddyname

2005-04-28 Thread Paul Clegg
Thanks Matt, this is just what I was looking for. We'll follow up with Daniel from PyAim-t (if he doesn't see this on jdev) and we'll prepare a patch for aim-t. -Paul On 4/28/05, Matt Tucker [EMAIL PROTECTED] wrote: Paul, Please check out the JID Escaping JEP:

RE: [jdev] How to handle AIM/external protocol users with @ in buddyname

2005-04-28 Thread Daniel Henninger
In PyAIMt at least, I was planning on implementing % to replace @, but I'll read over this JEP and maybe aim to support that as well. Daniel -- The most addictive drug in the world is music. - The Lost Boyz Paul, Please check out the JID Escaping JEP:

Re: [jdev] How to handle AIM/external protocol users with @ in buddyname

2005-04-28 Thread Peter Saint-Andre
The original aim-t supports jabber:iq:gateway, see JEP-0100. So you should be able to feed the screen name to that transport and it will tell you how to handle it. Or of course you can go with the JEP-0106 method, though I don't think that's supported in any clients yet. Peter On Thu, Apr 28,