how to connect to google talk server ?

warning: Creating default object from empty value in /home/webapp/drupal-6.28/sites/all/modules/advanced_forum/advanced_forum.module on line 492.
3 replies [Last post]
Anonymous

Sir:

I would like to know how to configure file "tigase-config.xml" in order to let users in tigase server talk to googletalk users?

thanks a lot.

shinshun

kobit's picture
Offline
Joined: 2006-09-03
Points: 267816

You don't need to do anything special.

You just need to activate s2s component (should be active by default) and you need also valid DNS name for the machine where the Tigase server is installed.

I mean if your Tigase installation works for domain: "your.domain.edu" then the Tigase server installation must be accessible from the internet under this address.

shinshun (not verified)

Thanks alot, it works now.

another problem is " I can register user at the same machine using user@localhost, but can not register from another machine using user@domain".

The error message at log file is
"
2008-03-20 09:00:57 SessionManager.processCommand() INFO: Can not find resource connection for packet: to=null, from=null, data=<iq from="c2s@Server1.shineteck.com/192.168.1.7_5222_59.105.134.127_1114" to="sess-man@Server1.shineteck.com" type="set" id="sess1"><command xmlns="http://jabber.org/protocol/commands" node="STREAM_CLOSED"/></iq>, XMLNS=null
"

PS : tigase server is installed behind a NAT server and I have set a virtual host for port 5222

kobit's picture
Offline
Joined: 2006-09-03
Points: 267816

I think the log entry you attached here has nothing to do with your problem.

Tigase server allows connections only for selected virtual domains. You can not just start the server and register user accounts in any domain you wish. You have to tell the server for which domains it is supposed to work.

Actually from this log entry I see that you have set it partially correctly. If you look in your XML configuration file you will find entries like this:

<entry type="String[]" key="hostnames">
     <item value="localhost"/>
     <item value="test-domain"/>
</entry>

I think you added your new domain to c2s component only when you should add it for all components, including sess-man, s2s and bosh if you use it.

Basically you have to add the new domain to all components you want to work or the new domain. This might seem unnecessary complicated at first but this is just a simple installation. In practice you can have more than one sess-man and each of them may work for a different set of domains. The same applies to other components.

This kind of configuration is used if you install Tigase on large deployments and you want to split load on a few machines.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.