Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

XMPP binding with google talk #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. xmpp:servername=talk.google.com

stream:error (text)
        at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:306)
        at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:44)
        at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:76)

What version of the product are you using: 0.9.0 
On: linux / debian

Original issue reported on code.google.com by openhab.lb on 6 Mar 2012 at 9:27

GoogleCodeExporter commented 8 years ago
Are you sure that this is a bug in openHAB?
I sometimes have similar problems, but they derive from the fact that the XMPP 
server is temporarily not available or does not answer correctly.

Please provide more details about the problem if it remains and reopen this 
issue. Thanks!

Original comment by kai.openhab on 6 Mar 2012 at 11:59

GoogleCodeExporter commented 8 years ago
the configuration was the problem, now it works very well

the configuration for nimbits (google chat):

xmpp:servername=173.194.70.125

# the server port to use (optional, defaults to 5222)
#xmpp:port=

# the username and password for the sending XMPP account
xmpp:username=openhab.lb@googlemail.com <- value with domain !! importand
xmpp:password=xxxxxx

Original comment by openhab.lb on 11 Apr 2012 at 6:30

GoogleCodeExporter commented 8 years ago
Instead of IP address for the google talk servers I suggest using 
talkx.l.google.com

Original comment by de...@google.com on 6 Sep 2013 at 5:12