Hallo all,
i want to use the call-example without SSL. But if i try to run it,
the programm stops during the authentification.
New Configuration:
erase FEATURE_ENABLE_SSL from Präprozessor Definitions in libjingle
and call
erase talk_base::InitializeSSL(); in call_main.cc
change buzz::XmppClientSettings to
  xcs.set_use_tls(false);
  xcs.set_allow_plain(true);


Debugging Code:
=======================================
=== DNS RESOLUTION (talk.google.com) ===
talk.google.com resolved to 209.85.137.125
Logging in as [EMAIL PROTECTED]

Available commands:

  roster       Prints the online friends from your roster.
  call <name>  Initiates a call to the friend with the given name.
  quit         Quits the application.

(call) Signalled with kfConnect: 6
XmppLoginTask::Advance - No error
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Fri Apr 27 17:38:13 2007
   <stream:stream to="googlemail.com" xml:lang="*" version="1.0"
xmlns:stream="h
ttp://etherx.jabber.org/streams" xmlns="jabber:client">

logging in...
(call) RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Fri Apr 27 17:38:13 2007
   <?xml version="1.0" encoding="UTF-8"?>
     <stream:stream from="googlemail.com" id="6F119FD74F89DA4B"
version="1.0" xm
lns:stream="http://etherx.jabber.org/streams"; xmlns="jabber:client">
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Fri Apr 27 17:38:13 2007
   <stream:features>
     <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">
       <required/>
     </starttls>
     <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
       <mechanism>
         X-GOOGLE-TOKEN
       </mechanism>
     </mechanisms>
   </stream:features>
XmppLoginTask::Advance - LOGINSTATE_STARTED_XMPP
XmppLoginTask::Advance - LOGINSTATE_TLS_INIT
XmppLoginTask::Advance - LOGINSTATE_TLS_REQUESTED
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Fri Apr 27 17:38:13 2007


   <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Fri Apr 27 17:38:13 2007
   <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
XmppLoginTask::Advance - LOGINSTATE_TLS_REQUESTED
XmppLoginTask::Advance - No error
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Fri Apr 27 17:38:13 2007
   <stream:stream to="googlemail.com" xml:lang="*" version="1.0"
xmlns:stream="h
ttp://etherx.jabber.org/streams" xmlns="jabber:client">
=======================================
End of visual Events.

I hope that someone has an idea or know this problem!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to