<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic With the debug tab. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063511#M55211</link>
    <description>&lt;P&gt;With the debug tab.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It's working fine on the emulate tab but i have to use debug tab because i have cordova plugins too.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2016 17:52:03 GMT</pubDate>
    <dc:creator>Quentin_G_</dc:creator>
    <dc:date>2016-05-16T17:52:03Z</dc:date>
    <item>
      <title>StropheJs - Connecting issues only on debug</title>
      <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063509#M55209</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;

&lt;P&gt;i'm currently developping an app that support XMPP using StropheJs&lt;/P&gt;

&lt;P&gt;When i build, then install manually, it works fine, it can connect to BOSH server.&lt;/P&gt;

&lt;P&gt;The problem is when I debug it through XDK, it stuck on the Connecting state.&lt;/P&gt;

&lt;P&gt;Weirdly I have answer 200 on hxr POST request to the bosh server.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Anyone can help ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 16:05:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063509#M55209</guid>
      <dc:creator>Quentin_G_</dc:creator>
      <dc:date>2016-05-16T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Are you debugging your</title>
      <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063510#M55210</link>
      <description>&lt;P&gt;Are you debugging your project with the Emulate Tab or the Debug Tab?&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 17:47:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063510#M55210</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-05-16T17:47:57Z</dc:date>
    </item>
    <item>
      <title>With the debug tab.</title>
      <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063511#M55211</link>
      <description>&lt;P&gt;With the debug tab.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It's working fine on the emulate tab but i have to use debug tab because i have cordova plugins too.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 17:52:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063511#M55211</guid>
      <dc:creator>Quentin_G_</dc:creator>
      <dc:date>2016-05-16T17:52:03Z</dc:date>
    </item>
    <item>
      <title>What do you mean by it</title>
      <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063512#M55212</link>
      <description>&lt;P&gt;What do you mean by it getting stuck if you received a response?&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 21:20:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063512#M55212</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-05-16T21:20:34Z</dc:date>
    </item>
    <item>
      <title>It is designed like that : </title>
      <link>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063513#M55213</link>
      <description>&lt;P&gt;It is designed like that :&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;onConnect : function(status){
        if (status === Strophe.Status.CONNECTING) {
            Chat.log('Strophe is connecting.');
        }
        else if (status === Strophe.Status.CONNFAIL) {
            Chat.log('Strophe failed to connect.');
        }
        else if (status === Strophe.Status.DISCONNECTING) {
            Chat.log('Strophe is disconnecting.');
        }
        else if (status === Strophe.Status.DISCONNECTED) {
            Chat.log('Strophe is disconnected.');
        }
        else if (status === Strophe.Status.CONNECTED) {
            Chat.log('Strophe is connected.');
        }
}&lt;/PRE&gt;

&lt;P&gt;Emulator or build give me connecting then connected then continue with the code.&lt;/P&gt;

&lt;P&gt;Debug is stuck at connecting&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 21:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/StropheJs-Connecting-issues-only-on-debug/m-p/1063513#M55213</guid>
      <dc:creator>Quentin_G_</dc:creator>
      <dc:date>2016-05-16T21:28:00Z</dc:date>
    </item>
  </channel>
</rss>

