Hello all,
I am not having any luck with the JABBER command (TCC v12). The forums turn up zero hits on search for 'jabber' and I cannot find any examples.
Specifically, I'd like to use jabber to send msgs to my Google Talk account.
I see from using TCPView that googletalk.exe is using port 5222 (the default) at pz-in-f125.1e100.net. I get this when I do the following:
C:\>jabber /v /s"pz-in-f125.1e100.net" /b firstname.lastname@talk.google.com hello
Connecting to server.
TCC: error verifying server certificate: 0x800b010f
The server provided the following certificate:
Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority
Subject: C=US, S=California, L=Mountain View, O=Google Inc., CN=talk.google.com
The following problems have been determined for this certificate: [0x800b010f] The certificate's CN name does not match the passed value.
Would you like to continue? (Y/N)? Y
Opening XML streams.
<!--?xml version='1.0'?--><stream:stream to="pz-in-f125.1e100.net" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0">
<stream:stream from="pz-in-f125.1e100.net" id="DA8213B66D49B94E" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms></stream:features>
Parsing features.
Authenticating using SASL/PLAIN.
<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">AAA=</auth>
<failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><invalid-authzid></invalid-authzid></failure>
</stream:stream>
TCC: SASL authentication failed.</stream:stream>
Any ideas, examples, etc?
Thanks!
Gary
I am not having any luck with the JABBER command (TCC v12). The forums turn up zero hits on search for 'jabber' and I cannot find any examples.
Specifically, I'd like to use jabber to send msgs to my Google Talk account.
I see from using TCPView that googletalk.exe is using port 5222 (the default) at pz-in-f125.1e100.net. I get this when I do the following:
C:\>jabber /v /s"pz-in-f125.1e100.net" /b firstname.lastname@talk.google.com hello
Connecting to server.
TCC: error verifying server certificate: 0x800b010f
The server provided the following certificate:
Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority
Subject: C=US, S=California, L=Mountain View, O=Google Inc., CN=talk.google.com
The following problems have been determined for this certificate: [0x800b010f] The certificate's CN name does not match the passed value.
Would you like to continue? (Y/N)? Y
Opening XML streams.
<!--?xml version='1.0'?--><stream:stream to="pz-in-f125.1e100.net" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0">
<stream:stream from="pz-in-f125.1e100.net" id="DA8213B66D49B94E" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms></stream:features>
Parsing features.
Authenticating using SASL/PLAIN.
<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">AAA=</auth>
<failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><invalid-authzid></invalid-authzid></failure>
</stream:stream>
TCC: SASL authentication failed.</stream:stream>
Any ideas, examples, etc?
Thanks!
Gary