<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Wifi Improvements</title>
	<atom:link href="http://www.metaverseink.com/blog/diva-distro/wifi-improvements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/</link>
	<description>Virtual Worlds and Beyond</description>
	<lastBuildDate>Wed, 29 Apr 2020 13:46:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.32</generator>
	<item>
		<title>By: Erik Nauman</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-186</link>
		<dc:creator><![CDATA[Erik Nauman]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 20:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-186</guid>
		<description><![CDATA[I was just fiddling with the form input styles in the fluid.css document, changing the background color to a lighter gray. The problem is my students, some as young as 9, can&#039;t see their cursor in the fields when they are creating a new account so they think they aren&#039;t able to input their name, etc. Even after changing the background color I find the cursor still won&#039;t focus in the field you click on. Is this somehting that could be changed for better feedback?]]></description>
		<content:encoded><![CDATA[<p>I was just fiddling with the form input styles in the fluid.css document, changing the background color to a lighter gray. The problem is my students, some as young as 9, can&#8217;t see their cursor in the fields when they are creating a new account so they think they aren&#8217;t able to input their name, etc. Even after changing the background color I find the cursor still won&#8217;t focus in the field you click on. Is this somehting that could be changed for better feedback?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai Austin</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-185</link>
		<dc:creator><![CDATA[Ai Austin]]></dc:creator>
		<pubDate>Mon, 01 Nov 2010 08:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-185</guid>
		<description><![CDATA[Diva, as a test I was trying a merge of the Wifi module elements into a recent 0.7.1 dev master to see if I could work out how to do that.  I apprecviate that some things may have changed and that the MySQL data base .dll is a later version, so it may not be smooth.  If its going to require many changes, its probably best that I wait for a stable 0.7.1 release.

Maybe it would it be useful to add a brief note on how to merge the Diva Wifi module source code distribution elements into a recent/current reelase of OpenSim obtained from the OpenSim GIT repository for those trying to compile from sources?  This is the procedure I adopted/assumed... is this correct?

To Use the Wifi module when compiling from other OpenSim Sources:

1. Obtain the OpenSim distribution you wish to use and unpack it to a build location.

2. Obtain the Diva distribution with Wifi source code repository from http://github.com/diva/diva-distribution/

3. Extract the following from the Diva distribution and place in the OpenmSim distribution you wish to use:

    addon-modules/*
    WifiPages

4. Build and compie as usual.

I ask as I get this message when I try a prebuild and compile...

Project &quot;D:Tempopensim.sln&quot; (1) is building &quot;D:Tempaddon-modulesDataMySQLDiva.Data.MySQL.csproj&quot; (50) on node 0 (default targets).
  Processing 0 EDMX files.
  Finished processing 0 EDMX files.
PrepareForBuild:
  Creating directory &quot;objDebug&quot;.
MySQLRegionData.cs(38,55): error CS0234: The type or namespace name &#039;MySQLDataStore&#039; does not exist in the namespace &#039;OpenSim.Data.MySQL&#039; (are you missing an assembly reference?)
Done Building Project &quot;D:Tempaddon-modulesDataMySQLDiva.Data.MySQL.csproj&quot; (default targets) -- FAILED.]]></description>
		<content:encoded><![CDATA[<p>Diva, as a test I was trying a merge of the Wifi module elements into a recent 0.7.1 dev master to see if I could work out how to do that.  I apprecviate that some things may have changed and that the MySQL data base .dll is a later version, so it may not be smooth.  If its going to require many changes, its probably best that I wait for a stable 0.7.1 release.</p>
<p>Maybe it would it be useful to add a brief note on how to merge the Diva Wifi module source code distribution elements into a recent/current reelase of OpenSim obtained from the OpenSim GIT repository for those trying to compile from sources?  This is the procedure I adopted/assumed&#8230; is this correct?</p>
<p>To Use the Wifi module when compiling from other OpenSim Sources:</p>
<p>1. Obtain the OpenSim distribution you wish to use and unpack it to a build location.</p>
<p>2. Obtain the Diva distribution with Wifi source code repository from <a href="http://github.com/diva/diva-distribution/" rel="nofollow">http://github.com/diva/diva-distribution/</a></p>
<p>3. Extract the following from the Diva distribution and place in the OpenmSim distribution you wish to use:</p>
<p>    addon-modules/*<br />
    WifiPages</p>
<p>4. Build and compie as usual.</p>
<p>I ask as I get this message when I try a prebuild and compile&#8230;</p>
<p>Project &#8220;D:Tempopensim.sln&#8221; (1) is building &#8220;D:Tempaddon-modulesDataMySQLDiva.Data.MySQL.csproj&#8221; (50) on node 0 (default targets).<br />
  Processing 0 EDMX files.<br />
  Finished processing 0 EDMX files.<br />
PrepareForBuild:<br />
  Creating directory &#8220;objDebug&#8221;.<br />
MySQLRegionData.cs(38,55): error CS0234: The type or namespace name &#8216;MySQLDataStore&#8217; does not exist in the namespace &#8216;OpenSim.Data.MySQL&#8217; (are you missing an assembly reference?)<br />
Done Building Project &#8220;D:Tempaddon-modulesDataMySQLDiva.Data.MySQL.csproj&#8221; (default targets) &#8212; FAILED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai Austin</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-184</link>
		<dc:creator><![CDATA[Ai Austin]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 09:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-184</guid>
		<description><![CDATA[Thanks Diva. Noted. Besides the top level URL stopping working though it SEEMS as if everything else is working at present? maybe we just have not noticed lurking demons.]]></description>
		<content:encoded><![CDATA[<p>Thanks Diva. Noted. Besides the top level URL stopping working though it SEEMS as if everything else is working at present? maybe we just have not noticed lurking demons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobit</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-183</link>
		<dc:creator><![CDATA[Tobit]]></dc:creator>
		<pubDate>Sat, 30 Oct 2010 01:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-183</guid>
		<description><![CDATA[I was using OpenSim 0.7.0.2. at the time now iam using OpenSim 0.7.0.1.dont ask me how but i messed around with the files and fixed the forgot password ling that was not working it was putting in a extra  wifi.  (wifi/wifi/forgotpassword)the streched front page i have not worked out yet lol 1 other thing i think would be goor is the return to home page button working when your not signed. as you might be able to tell all this stuff is new to me lol
have fun!]]></description>
		<content:encoded><![CDATA[<p>I was using OpenSim 0.7.0.2. at the time now iam using OpenSim 0.7.0.1.dont ask me how but i messed around with the files and fixed the forgot password ling that was not working it was putting in a extra  wifi.  (wifi/wifi/forgotpassword)the streched front page i have not worked out yet lol 1 other thing i think would be goor is the return to home page button working when your not signed. as you might be able to tell all this stuff is new to me lol<br />
have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marck</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-182</link>
		<dc:creator><![CDATA[Marck]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 09:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-182</guid>
		<description><![CDATA[@Tobit: Are you using Wifi with the diva distribution or with some other setup?

@Ai Austin: Wifi only works with the version of OpenSim that it was released for. Since then, the current Git master has considerably changed such that the binary releases of Wifi (both the one that comes with the diva dist and the one for grid mode) are not any longer compatible with it. To make it work with the dev version of OpenSim you need to adjust the source code of the Wifi module and build your own binary.]]></description>
		<content:encoded><![CDATA[<p>@Tobit: Are you using Wifi with the diva distribution or with some other setup?</p>
<p>@Ai Austin: Wifi only works with the version of OpenSim that it was released for. Since then, the current Git master has considerably changed such that the binary releases of Wifi (both the one that comes with the diva dist and the one for grid mode) are not any longer compatible with it. To make it work with the dev version of OpenSim you need to adjust the source code of the Wifi module and build your own binary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai Austin</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-181</link>
		<dc:creator><![CDATA[Ai Austin]]></dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-181</guid>
		<description><![CDATA[It seems tio be just the top ebvel URL
http://virtual.aiai.ed.ac.uk:8002/wifi

The ones below al work fine like
http://virtual.aiai.ed.ac.uk:8002/wifi/splash.html

http://virtual.aiai.ed.ac.uk:8002/wifi/welcome.html
and the various functions like create accout and so on. maybe just an issue with teh top level URL in some way?]]></description>
		<content:encoded><![CDATA[<p>It seems tio be just the top ebvel URL<br />
<a href="http://virtual.aiai.ed.ac.uk:8002/wifi" rel="nofollow">http://virtual.aiai.ed.ac.uk:8002/wifi</a></p>
<p>The ones below al work fine like<br />
<a href="http://virtual.aiai.ed.ac.uk:8002/wifi/splash.html" rel="nofollow">http://virtual.aiai.ed.ac.uk:8002/wifi/splash.html</a></p>
<p><a href="http://virtual.aiai.ed.ac.uk:8002/wifi/welcome.html" rel="nofollow">http://virtual.aiai.ed.ac.uk:8002/wifi/welcome.html</a><br />
and the various functions like create accout and so on. maybe just an issue with teh top level URL in some way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai Austin</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-180</link>
		<dc:creator><![CDATA[Ai Austin]]></dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-180</guid>
		<description><![CDATA[Diva, a-fter update to 0.7.1 dev r/14257, I am not sure if I have used Wifi interface since then, but I now notice that attempts to connect to the http://virtual.aiai.ed.ac.uk:8002/wifi URL gave an errror message in red on ROBUST console and here is the details from the log... pasted here in case you can spot a problem.

2010-10-28 08:40:34,527 DEBUG - Diva.Wifi.Services [Wifi]: DefaultRequest
2010-10-28 08:40:34,530 ERROR - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#039;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#039;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)
   at Diva.Wifi.Services.DefaultRequest(Environment env)
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309
2010-10-28 08:47:12,405 DEBUG - Diva.Wifi.Services [Wifi]: DefaultRequest
2010-10-28 08:47:12,408 ERROR - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#039;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#039;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)
   at Diva.Wifi.Services.DefaultRequest(Environment env)
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309
2010-10-28 08:53:31,787 DEBUG - Diva.Wifi.Services [Wifi]: DefaultRequest
2010-10-28 08:53:31,790 ERROR - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#039;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#039;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)
   at Diva.Wifi.Services.DefaultRequest(Environment env)
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309]]></description>
		<content:encoded><![CDATA[<p>Diva, a-fter update to 0.7.1 dev r/14257, I am not sure if I have used Wifi interface since then, but I now notice that attempts to connect to the <a href="http://virtual.aiai.ed.ac.uk:8002/wifi" rel="nofollow">http://virtual.aiai.ed.ac.uk:8002/wifi</a> URL gave an errror message in red on ROBUST console and here is the details from the log&#8230; pasted here in case you can spot a problem.</p>
<p>2010-10-28 08:40:34,527 DEBUG &#8211; Diva.Wifi.Services [Wifi]: DefaultRequest<br />
2010-10-28 08:40:34,530 ERROR &#8211; OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#8216;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#8217;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)<br />
   at Diva.Wifi.Services.DefaultRequest(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309<br />
2010-10-28 08:47:12,405 DEBUG &#8211; Diva.Wifi.Services [Wifi]: DefaultRequest<br />
2010-10-28 08:47:12,408 ERROR &#8211; OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#8216;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#8217;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)<br />
   at Diva.Wifi.Services.DefaultRequest(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309<br />
2010-10-28 08:53:31,787 DEBUG &#8211; Diva.Wifi.Services [Wifi]: DefaultRequest<br />
2010-10-28 08:53:31,790 ERROR &#8211; OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: OnRequest() failed with Method not found: &#8216;Boolean OpenMetaverse.ExpiringCache`2.AddOrUpdate(!0, !1, System.DateTime)&#8217;.   at Diva.Wifi.Services.TryGetSessionInfo(Request request, SessionInfo&amp; sinfo)<br />
   at Diva.Wifi.Services.DefaultRequest(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.GenerateSplash(Environment env)<br />
   at Diva.Wifi.WifiGetHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse)<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 394<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnHandleRequestIOThread(IHttpClientContext context, IHttpRequest request) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 322<br />
   at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.OnRequest(Object source, RequestEventArgs args) in d:TempOpenSimFrameworkServersHttpServerBaseHttpServer.cs:line 309</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobit</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-179</link>
		<dc:creator><![CDATA[Tobit]]></dc:creator>
		<pubDate>Sat, 23 Oct 2010 00:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-179</guid>
		<description><![CDATA[Hi 
I have just installed wifi and the home page planets are streched also when forgot password button is pressed the screen flashes and goes back to the home page any ideas how i can fix this pls ?]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I have just installed wifi and the home page planets are streched also when forgot password button is pressed the screen flashes and goes back to the home page any ideas how i can fix this pls ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diva Canto</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-178</link>
		<dc:creator><![CDATA[Diva Canto]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-178</guid>
		<description><![CDATA[Yes, adding the home region has been on my TODO list for a while, but I haven&#039;t had time to work on it yet. Patches welcome!]]></description>
		<content:encoded><![CDATA[<p>Yes, adding the home region has been on my TODO list for a while, but I haven&#8217;t had time to work on it yet. Patches welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai Austin</title>
		<link>http://www.metaverseink.com/blog/diva-distro/wifi-improvements/#comment-177</link>
		<dc:creator><![CDATA[Ai Austin]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaverseink.com/blog/?p=39#comment-177</guid>
		<description><![CDATA[Diva... I wonder if you feel that it would be helpful to add in the ability to set a home location (region name, x,y,z) when an avatyar is created and to allow it to be vieweed and edited via the &quot;edit account&quot; facility.  the default location to use might be something specified via a Wifi section configuration parameter, and if the &quot;&quot; null string it could be left unset.]]></description>
		<content:encoded><![CDATA[<p>Diva&#8230; I wonder if you feel that it would be helpful to add in the ability to set a home location (region name, x,y,z) when an avatyar is created and to allow it to be vieweed and edited via the &#8220;edit account&#8221; facility.  the default location to use might be something specified via a Wifi section configuration parameter, and if the &#8220;&#8221; null string it could be left unset.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
