Dnia 2013-07-07, nie o godzinie 03:42 +0200, giacut pisze: > transports plugins works on jabberd2 too? if not there is a simple > example on how to make jabberd2 works like a xmpp2xxx gateway?
Every transport component using XEP-0114 Jabber Component Protocol is able to connect and work with jabberd2. Just configure a shared secret for them in router configuration [1] and connect them to the router port you connect every other component like c2s, sm etc. (usually port 5347) Sometimes, you may need to configure an alias, if your component does not bind by its full domain name, but some short name. See [2]. [1] https://github.com/jabberd2/jabberd2/blob/master/etc/router.xml.dist.in#L48 [2] https://github.com/jabberd2/jabberd2/blob/master/etc/router.xml.dist.in#L165 -- Tomasz Sterna :(){ :|:&};: Instant Messaging Consultant Open Source Developer http://abadcafe.pl/ http://www.xiaoka.com/portfolio
