< Previous by Date Date Index Next by Date >
  Thread Index  

Re: [reSIProcate-users] ichat GW]


Looks like openfire is closing your component connection.  Try looking at the openfire logs to see if you can get any indication as to why.

Scott

On Sun, Jun 13, 2010 at 4:15 AM, N V <naveena.jain@xxxxxxxxx> wrote:
Hi all,
   I got OpenFire compiled and installed. Enabled Components support on it. And tried to start iChatGw. However, its not working. It keeps on printing  the following on the console. 

"INFO | 20100612-180410.134 |  | GATEWAY | 3084168080 | Server.cxx:923 | <?xml version='1.0' ?><stream:stream to='ichatgw.10.95.20.58 ' xmlns='jabber:component:accept' xmlns:stream='http://etherx.jabber.org/streams'  xml:lang='en' version='1.0'>
WARNING | 20100612-180410.134 |  | GATEWAY | 3084168080 | Server.cxx:915 | JabberComponent::onDisconnect - error=3
ERR | 20100612-180410.134 |  | GATEWAY | 3084168080 | Server.cxx:919 | JabberComponent::thread - recv error, rc=3
"
I am not sure whats wrong. Could anyone please help me get this corrected.? Thanks a lot in 
advance.

BR
  Naveena.V

---------- Forwarded message ----------
From: Scott Godin <sgodin@xxxxxxxxxxxxxxx>
Date: Wed, Jun 9, 2010 at 6:15 PM
Subject: Re: [reSIProcate-users] ichat GW
To: Ashwin Kumar <theashwin007@xxxxxxxxx>
Cc: resiprocate-users@xxxxxxxxxxxxxxx

I have only used iChat-gw with OpenFire jabber server (http://www.igniterealtime.org/projects/openfire/index.jsp).  The project was originally developed and tested using this jabber server.   I don't know much about jabberd - perhaps it doesn't support the Jabber Component extension required by ichat-gw:  http://xmpp.org/extensions/xep-0114.html

 

Scott

 

On Wed, Jun 9, 2010 at 2:58 AM, Ashwin Kumar <theashwin007@xxxxxxxxx> wrote:

Hi All,
     I was trying to use iChat Gateway app and not succeeded. I have a couple of questions.

1. iChat gw is compatible with Jabberd Version 1.4.3 or Jabberd2?

2. I am not able to configure a component for ichat at jabber server. I mean, I am not getting how to configure these corresponding settings on jabber server


1. JabberComponentName - Identity of this component - note: domain suffix should match Jabber server domain.                                                                               
2. JabberComponentPassword - Jabber component password required in order to connect to Jabber server as a component.
3. JabberComponentPort - Port on Jabber server that accepts component connections.
4. JabberServerPingDuration - Duration between Jabber ping messages sent to the server, in order to keep the component connection alive.
5. JabberControlUsername - Username for the iChat Gateway control user - Note: iChat users of the Gateway must add this user to their roster.

Can you please tell me what wrong configuration I made in jabber.xml

In <browse> section I added
<browse>
 .............
.............
    <service type="jabber" jid="iCG.10.95.20.58" name="iChatGateway">
    <ns>jabber:iq:register</ns>
    <ns>jabber:iq:gateway</ns>
    </service>
.........
..........
</browse>

and also added this at

  <service id="iCG.10.95.20.58">
    <host>10.95.20.58</host>
    <accept>
        <ip>10.95.20.97</ip>
        <port>9001</port>
        <secret>secret</secret>
    </accept>
  </service>


With this when i restart the jabber server, it wont come up and also no logs it writes. Please help me out.

Rgds,
Ashwin.

_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/

 




--
-Ashwin.