<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to configure IM settings in sample.html</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13264526" />
  <subtitle>How to configure IM settings in sample.html</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13264526</id>
  <updated>2013-05-25T02:21:18Z</updated>
  <dc:date>2013-05-25T02:21:18Z</dc:date>
  <entry>
    <title>RE: How to configure IM settings in sample.html</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13364001" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13364001</id>
    <updated>2013-03-21T21:30:00Z</updated>
    <published>2013-03-21T21:30:00Z</published>
    <summary type="html">Hi Fikri,
Are you testing on shared sandbox? You can try http://10.10.20.9:7335/httpbinding or http://cup02:7335/httpbinding as your XMPP server
Thanks,
Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-03-21T21:30:00Z</dc:date>
  </entry>
  <entry>
    <title>How to configure IM settings in sample.html</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13264525" />
    <author>
      <name>Fikri FIRAT</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13264525</id>
    <updated>2013-03-19T19:46:09Z</updated>
    <published>2013-03-19T19:46:09Z</published>
    <summary type="html">Hi all,
I have successfully implemented and logged on to Jabber SDK Voice&amp;Video latest release. However, whenever I log in, it alerts 'Cannot connect to IM server!' I changed the httpbinding configuration and set domain name and httpbinding address in the caxl function in sample.html and jabberwerx.js! On which parts of the code do I need to set the CUP server address? In the FAQ section, it says we need to configure the jid and remotejid in sample.html, how is it achieved? Any advice will be appreciated. The changes I made for httpbinding and function call are as shown below :
------from sample.html----------------
var calls = multiCallContainer('call', 'calllist');
 
        var videoObject = null;
        var previewVideoObject = null;
        var pinpVideoObject = null;
 
        var showLocalVideo = false;
 
        var caxl = caxlHelper("fw.garanti.com.tr", "https://10.231.103.120:7335/httpbinding", incomingMsgCallback, settings);
 
--------------from jabberwerx.js------------------
 var jabberwerx;
    jabberwerx = {
        version: '8.6.1',
        _config: {
            persistDuration: 30,
            unsecureAllowed: false,
            capabilityFeatures: [],
            httpBindingURL: "https://10.231.103.120:7335/httpbinding",
            httpBindingURL_secondary: "https://10.231.103.120:7335/httpbinding",
            baseReconnectCountdown: 30,
            bindRetryCountdown: 30,
            enabledMechanisms: ["DIGEST-MD5", "PLAIN"],
            serviceDiscoveryEnabled: false
----------------------------------------------------------------------------------------------------------</summary>
    <dc:creator>Fikri FIRAT</dc:creator>
    <dc:date>2013-03-19T19:46:09Z</dc:date>
  </entry>
</feed>

