<?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 I recommend that you include in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094898#M66626</link>
    <description>&lt;P&gt;I recommend that you include the domain name of your server in the Intent field under the Projects &amp;gt; &amp;lt;your_project&amp;gt; &amp;gt; Build Settings &amp;gt; Android &amp;nbsp;&amp;gt; Whitelist. This will allow your application to communicate with the specified web servers/domains only.&lt;/P&gt;

&lt;P&gt;If you add an (*) asterisk to the field you will allow your application to communicate with any and all web domains. Only do this when testing your application. You can also evaluate all of the domains that your application communicates with via the Developer Console on the Debug Tab. For more information visit &lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2016 20:50:13 GMT</pubDate>
    <dc:creator>Elroy_A_Intel</dc:creator>
    <dc:date>2016-04-18T20:50:13Z</dc:date>
    <item>
      <title>HTML5 websocket connection</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094897#M66625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is there any special permission required to connect as a websocket client with any websocket server?&lt;/P&gt;

&lt;P&gt;Platform Crosswalk Android&lt;/P&gt;

&lt;P&gt;XDK latest for windows&lt;/P&gt;

&lt;P&gt;Code:&lt;/P&gt;

&lt;P&gt;socket = new WebSocket(webServerURL, "rtcweb");&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Arif&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:22:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094897#M66625</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-18T16:22:01Z</dc:date>
    </item>
    <item>
      <title>I recommend that you include</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094898#M66626</link>
      <description>&lt;P&gt;I recommend that you include the domain name of your server in the Intent field under the Projects &amp;gt; &amp;lt;your_project&amp;gt; &amp;gt; Build Settings &amp;gt; Android &amp;nbsp;&amp;gt; Whitelist. This will allow your application to communicate with the specified web servers/domains only.&lt;/P&gt;

&lt;P&gt;If you add an (*) asterisk to the field you will allow your application to communicate with any and all web domains. Only do this when testing your application. You can also evaluate all of the domains that your application communicates with via the Developer Console on the Debug Tab. For more information visit &lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 20:50:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094898#M66626</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-04-18T20:50:13Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094899#M66627</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Elroy,&lt;/P&gt;

&lt;P&gt;Thank you for your mail and for the guidelines, I have noticed that the code is running OK in the Emulation and in the Debug on device mode, however when I make a build and try to run it on my Android mobile, the websocket connection request to the server is not executing successfully.&lt;/P&gt;

&lt;P&gt;As per your instructions I have set up the parameters as (&amp;nbsp;&lt;STRONG&gt;* , &lt;A href="https://webconnect.zrg.com&amp;nbsp;" target="_blank"&gt;https://webconnect.zrg.com&amp;nbsp;&lt;/A&gt;;&lt;/STRONG&gt;) in the &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;Build Settings &amp;gt; Android &amp;nbsp;&amp;gt; Whitelist &amp;gt;&amp;nbsp;&lt;/SPAN&gt;Network Request (&amp;lt;access&amp;gt;) field.&lt;/P&gt;

&lt;P&gt;I am trying to open a secured websocket connection as follows:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;this.socket = new WebSocket("wss://webconnect.zrg.com:1080", "rtcweb");&lt;/P&gt;

&lt;P&gt;But somehow this is not executing in the Built application,&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;while it is running OK in Emulation and debug&amp;gt;device mode.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Kindly assist on where and what exactly needs to be entered for whitelist permissions.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	Arif&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 11:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094899#M66627</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-19T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Hi Elroy,</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094900#M66628</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Hi Elroy,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Please note that as per your recommendation I have also added an &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;asterisk (&amp;nbsp;&lt;/SPAN&gt;* ) character&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;in the Intent field under the Projects &amp;gt; &amp;lt;&amp;gt; &amp;gt; Build Settings &amp;gt; Android &amp;nbsp;&amp;gt; Whitelist. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;But the result is still the same... Working OK in Emulation &amp;amp; on Debug device but not working with actual build.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Pls assist.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Arif&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 13:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094900#M66628</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-19T13:18:57Z</dc:date>
    </item>
    <item>
      <title>Arif -- are you building with</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094901#M66629</link>
      <description>&lt;P&gt;Arif -- are you building with Crosswalk (optimize for crosswalk checked on android build settings)? When using the Debug tab you are using Crosswalk, which has the right support for webRTC.&lt;/P&gt;

&lt;P&gt;Also, try these settings for your CSP tag in your index.html file's &amp;lt;head&amp;gt; section and the whitelist settings in the &lt;EM&gt;Build Settings&lt;/EM&gt; section of the &lt;STRONG&gt;Projects&lt;/STRONG&gt; tab:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;meta http-equiv="Content-Security-Policy"  content="default-src * 'unsafe-inline' 'unsafe-eval'"&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-04-19 at 7.45.46 AM.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8780i54CF696076C165F1/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2016-04-19 at 7.45.46 AM.png" alt="Screen Shot 2016-04-19 at 7.45.46 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;NOTE: these are very insecure settings, but they should help you get working, if an improper whitelist is the source of the problem.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:50:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094901#M66629</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-19T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Hi  Paul,</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094902#M66630</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Paul,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Yes, I am running with CrossWalk option check enabled, the build zip file size also becomes 50 MB and includes 2 files (x86 &amp;amp; armv7) each file is sized around 22MB, and per your advise I have added the meta tag in the index.html file also.&lt;BR /&gt;
	&amp;lt;meta http-equiv="Content-Security-Policy" &amp;nbsp;content="default-src * 'unsafe-inline' 'unsafe-eval'"&amp;gt;&lt;/P&gt;

&lt;P&gt;However there is no change in the situation...&lt;/P&gt;

&lt;P&gt;I have further tried to change the CrossWalk version with the version 14 just to check if it is related to the build 16 but still no change.&lt;/P&gt;

&lt;P&gt;Then finally I had opened a fresh project in XDK with a blank html5+cordova template and written the following code on a button event:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;var ws = new WebSocket('wss://webconnect.zrg.com:1080');&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;ws.onopen = function ()&amp;nbsp;&lt;BR /&gt;
	{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	console.log('open');&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	alert('Socket Connected, closing now'); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	ws.close();&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	};&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;ws.onmessage = function (event)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;{&lt;/STRONG&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;console.log(event.data);&lt;BR /&gt;
	alert('OnMsg'); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	};&lt;/STRONG&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;ws.onerror = function ()&amp;nbsp;&lt;BR /&gt;
	{&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	console.log('error occurred!');&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	alert('OnErr'); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	};&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;ws.onclose = function (event)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	console.log('close code=' + event.code);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	alert('OnClose'); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	};&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;The result from the above code is also same that it is running OK in Emulation &amp;amp; Debug device but with actual build when connecting the websocket it generates the Error.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The websocket OnError handler receives is a simple event not containing any detailed information:&lt;/P&gt;

&lt;P&gt;I have tried to create a video file for your review which demonstrate my projects XDK workings, please check the following Link:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://vimeo.com/163543622" target="_blank"&gt;https://vimeo.com/163543622&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Kindly run it in full screen, check and feedback,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Arif&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:14:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094902#M66630</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-20T13:14:10Z</dc:date>
    </item>
    <item>
      <title>Arif -- I was able to</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094903#M66631</link>
      <description>&lt;P&gt;Arif -- I was able to reproduce the problem you describe, not clear on precisely what is going on (sorry, I'm not a websockets expert). I did find this post that might be of value &amp;gt; &lt;A href="https://groups.google.com/forum/embed/#!topic/phonegap/R9RKzjwchRU" target="_blank"&gt;https://groups.google.com/forum/embed/#!topic/phonegap/R9RKzjwchRU&lt;/A&gt;. Also, this test app may be of value &amp;gt; &lt;A href="http://www.websocket.org/echo.html" target="_blank"&gt;http://www.websocket.org/echo.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 01:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094903#M66631</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-21T01:17:18Z</dc:date>
    </item>
    <item>
      <title>Arif -- I was able to make</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094904#M66632</link>
      <description>&lt;P&gt;Arif -- I was able to make this work with the attached project. The difference between now and my previous attempt is a proxy server (firewall). In the office it did not work because I was behind a proxy. At home, I don't have that restriction, and it worked fine. The Emulate tab knows how to use the proxy server. Unfortunately, I do now know how you would setup the app to deal with a proxy server. I'm guessing this is the same problem you are having. The attached app definitely works, but as I said, only when I'm not behind our corporate proxy.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 04:08:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094904#M66632</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-21T04:08:00Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094905#M66633</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks, this seems to have resolved the websocket issue, &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have noticed one additional parameter is in build&amp;gt;settings that is intent entry has is &lt;/SPAN&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;wss:* , &lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I would appreciate if you can highlight what other parameters are required which made this work.&lt;/P&gt;

&lt;P&gt;I have tried it with a simpler project but that does not work, only the forum-625031.zip project works.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I appreciate your help on this.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Arif&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:12:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094905#M66633</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-21T15:12:28Z</dc:date>
    </item>
    <item>
      <title>Note also that ws protocol</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094906#M66634</link>
      <description>&lt;P&gt;Note also that ws protocol expects to use port 80 and the wss expects to use 443 (which are the default ports for http and https, respectively). Overriding that port is likely the reason it fails for me at work but works for me at home. I will not be able to fully test this theory until Friday.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094906#M66634</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-21T15:21:43Z</dc:date>
    </item>
    <item>
      <title>OK, however I believe that</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094907#M66635</link>
      <description>&lt;P&gt;OK, however I believe that port is not an issue because I tried the specific port 1080 &amp;amp; it is working OK in your app with &lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;var ws = new WebSocket('wss://webconnect.zrg.com:1080'); &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But in other new app it is not working...&lt;/P&gt;

&lt;P&gt;There must be some other permission related area... I appreciate your help...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Arif&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:11:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094907#M66635</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-21T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Quote:Arif B. wrote:I have</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094908#M66636</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Arif B. wrote:&lt;BR /&gt;I have noticed one additional parameter is in build&amp;gt;settings that is intent entry has is &lt;STRONG&gt;wss:* , &lt;/STRONG&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I would appreciate if you can highlight what other parameters are required which made this work.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I made several changes at once, which is not good practice, but I was in a rush, it was late last night. So I don't know if the wss:* did the trick, or not. I'll try to do a little more testing on Friday, when I'm in the office again and behind our corporate firewall for more conclusive testing.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:56:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094908#M66636</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-21T18:56:48Z</dc:date>
    </item>
    <item>
      <title>I undid the wss:* permissions</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094909#M66637</link>
      <description>&lt;P&gt;I undid the wss:* permissions and built the app and it all ran correctly from the office. So my proxy theory was incorrect and the permissions also seem to have been a red herring. I honestly do not know what it is about my version of the app that makes it work. Wish I could shed some light on it...&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 00:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094909#M66637</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-23T00:24:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094910#M66638</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Did you get a chance to see the issue... what needs to be configured?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Arif&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:26:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094910#M66638</guid>
      <dc:creator>Arif_B_</dc:creator>
      <dc:date>2016-04-27T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Arif -- sorry, but I'm not</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094911#M66639</link>
      <description>&lt;P&gt;Arif -- sorry, but I'm not able to reproduce the issue anymore. The sample I gave you works for me. Nothing more that I can offer at this time.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 18:07:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML5-websocket-connection/m-p/1094911#M66639</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-27T18:07:48Z</dc:date>
    </item>
  </channel>
</rss>

