On Sun, Feb 22, 2009 at 4:46 PM, imoracle <[email protected]> wrote: > > I am trying my library with Punjab and the likes so that I can connect > to gtalk and yahoo servers using that, but however I wonder why do we > have ejabberd documentation pages like this: > > http://www.ejabberd.im/yahoo-transport-2 > http://www.ejabberd.im/google-talk > > Doesn't these documentations mean tht if configured properly, ejabberd > can help you in talking to other servers too i.e. s2s connections. >
There's a difference between *connecting* to a remote server, and *logging into* a remote server. You indicated that you wanted to log into remote servers. If you only want to send messages from local users using BOSH to remote users on other servers, ejabberd's mod_bosh is fine. If you want to allow your BOSH users to *log into* their own accounts other servers, you need to use punjab, or another connection manager (ejabberd is of no use if you aren't using it for logging into). Hope this helps, Matthew.
