On 5/24/06, Bruce Campbell <[EMAIL PROTECTED]> wrote:
> Phycon (a buddy of mine) talks [2] about XMPP transports as 'hat
> racks' - providing the user the ability to login to many other xmpp
> accounts via a transport. (Very similar to how the pyirct transport
> allows you to login to many irc networks at once)
Huh. Thats actually quite cool overloading the '^' character to seperate
the destination JID from the proxied JID. Putting on my security hat
though, it exposes the proxied JID to view in the routing information,
which is not good if you are running over a hostile network. This can be
worked around by also allowing an internal gateway identifier.
With the irc transport I allow people to choose an alias for each
account. Basically it replaces the proxied jid, and keeps bandwidth
down. So there's no need to have:
[EMAIL PROTECTED]
on romeo's roster because just :
[EMAIL PROTECTED]
would do. (or replace the j.org with whatever alias romeo wants when
he registers his jabber.org account with the hatrack)
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/