Hi All, I am building IM application based on the libJIngle and ejabberd. When ejabberd run on different host, then my client application i got the following error: ... rc4 (26625) 3des (26115) rc2 (26114) des (26113) md5 (32771) sha1 (32772) RSA (9216) ESDH (43522) InitializeSecurityContext error: SEC_I_CONTINUE_NEEDED XmppLoginTask::Advance - No error XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT Output <stream:stream to="wefi" xml:lang="*" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"> ContinueSSL InitializeSecurityContext error: SEC_I_INCOMPLETE_CREDENTIALS Warning(schanneladapter.cc:448): SChannelAdapter::Error(ContinueSSL, SEC_I_INCOMPLETE_CREDENTIALS)
My XmppClient settings are: m_XmppSettings.set_user(jid.node()); m_XmppSettings.set_resource(m_Configuration.GetXmppResource()); m_XmppSettings.set_host(jid.domain()); m_XmppSettings.set_use_tls(false); m_XmppSettings.set_allow_plain(true); Changins set_use_tls from false to true does not change picture. Client run on Windows XP (without domain) and ejabberd runs on ubuntu 7.10 in virtual machine. Please help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
