You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/09/25 05:36:18 UTC

openmeetings git commit: [OPENMEETINGS-1713] references to config.xml are removed

Repository: openmeetings
Updated Branches:
  refs/heads/master d12cf904e -> de5dd6a6a


[OPENMEETINGS-1713] references to config.xml are removed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/de5dd6a6
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/de5dd6a6
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/de5dd6a6

Branch: refs/heads/master
Commit: de5dd6a6a7b7cdffb652e5606840de8ed98df3cc
Parents: d12cf90
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Mon Sep 25 12:36:08 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Mon Sep 25 12:36:08 2017 +0700

----------------------------------------------------------------------
 .../src/site/xdoc/CustomRoomTypeHowTo.xml       | 112 +++++++------------
 .../src/site/xdoc/PortSettings.xml              |  18 +--
 .../src/site/xdoc/RTMPSAndHTTPS.xml             |  27 +----
 .../src/site/xdoc/WebappNamePath.xml            |  25 +----
 .../src/site/xdoc/WebcamResolutions.xml         |  53 ++++-----
 .../src/site/xdoc/red5sip-integration_4.0.xml   |   2 +-
 .../src/site/xdoc/themes-and-branding.xml       |  11 +-
 .../web/app/Application.properties.xml          |   2 -
 .../web/app/Application_ar.properties.xml       |   2 -
 .../web/app/Application_bg.properties.xml       |   2 -
 .../web/app/Application_ca.properties.xml       |   2 -
 .../web/app/Application_cs.properties.xml       |   2 -
 .../web/app/Application_da.properties.xml       |   2 -
 .../web/app/Application_de.properties.xml       |   2 -
 .../web/app/Application_el.properties.xml       |   2 -
 .../web/app/Application_es.properties.xml       |   2 -
 .../web/app/Application_fa.properties.xml       |   2 -
 .../web/app/Application_fi.properties.xml       |   2 -
 .../web/app/Application_fr.properties.xml       |   2 -
 .../web/app/Application_gl.properties.xml       |   2 -
 .../web/app/Application_hu.properties.xml       |   5 +-
 .../web/app/Application_id.properties.xml       |   2 -
 .../web/app/Application_it.properties.xml       |   3 -
 .../web/app/Application_ja.properties.xml       |   2 -
 .../web/app/Application_ko.properties.xml       |   2 -
 .../web/app/Application_nl.properties.xml       |   2 -
 .../web/app/Application_pl.properties.xml       |   2 -
 .../web/app/Application_pt.properties.xml       |   2 -
 .../web/app/Application_pt_BR.properties.xml    |   2 -
 .../web/app/Application_ru.properties.xml       |   2 -
 .../web/app/Application_sk.properties.xml       |   2 -
 .../web/app/Application_sv.properties.xml       |   2 -
 .../web/app/Application_th.properties.xml       |   2 -
 .../web/app/Application_tr.properties.xml       |   2 -
 .../web/app/Application_uk.properties.xml       |   5 +-
 .../web/app/Application_zh_CN.properties.xml    |   2 -
 .../web/app/Application_zh_TW.properties.xml    |   2 -
 .../web/pages/install/CongratulationsPanel.html |   6 -
 .../apache/openmeetings/web/room/RoomPanel.java |   1 +
 39 files changed, 82 insertions(+), 240 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/CustomRoomTypeHowTo.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/CustomRoomTypeHowTo.xml b/openmeetings-server/src/site/xdoc/CustomRoomTypeHowTo.xml
index 579e423..3697315 100644
--- a/openmeetings-server/src/site/xdoc/CustomRoomTypeHowTo.xml
+++ b/openmeetings-server/src/site/xdoc/CustomRoomTypeHowTo.xml
@@ -11,94 +11,62 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
- -->
+-->
 <document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
 		<title>Howto create a custom room type in OpenMeetings</title>
 		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
 	</properties>
-
 	<body>
-
 		<section name="Why creating a custom room type in OpenMeetings">
-
-			<p>If you want to create your own styled room the best thing to do in 
-            order to be "update-save" is to create your own custom room type. There is an empty configuration 
+			<p>If you want to create your own styled room the best thing to do in
+				order to be "update-save" is to create your own custom room type. There is an empty configuration
 				by default shipped with every release of OpenMeetings, the room type "custom" (ID = 5).<br/>
 				<br/>
-            You can use that and extend it, or you can add more room types to fit your use case.
+				You can use that and extend it, or you can add more room types to fit your use case.
 			</p>
 			<p></p>
 		</section>
-		
 		<section name="Create your own room type class (User Interface)">
-			
-			<p>Lets start by creating your custom room type class.
-				<br/>
-					You could for example duplicate an existing room class, from <br/>
-					<tt>src/modules/conference/flexibleConferenceRoom</tt> folder, for example the 
-			flexibleConferenceRoom.lzx: Generate a duplicate, change the name, for example to 
-			myCustomConferenceRoom.lzx and edit the class name inside the file name="flexibleConferenceRoom" to
-			name="myCustomConferenceRoom". Also don't miss to add an entry to library.lzx so that the compiler 
-			will find your new class.
-			</p>
-			
-		</section>
-        
-		<section name="Create nesseccary entries in configuration tables">
-        	
-			<p>You first need to create a number of configuration files </p>
-			<ul>
-				<li>To have your roomtype available everytime you install OpenMeetings you need to add 
-					it to the default rooms: <tt>ImportInitvalues.java Method: loadDefaultRooms()</tt>. Add your entry here. 
-				You can choose any random name for the room. The ID is the important trigger for the room type 
-				to identify later. You need to run the installer so that your new room type is in the database.</li>
-				
-				<li>Add your room type in the default module configuration: 
-					<tt>src/base/moduleConfiguration.lzx</tt>, 
-				here you need to add a default class name for your room type </li>
-				
-				<li>Add your room type in the real configuration: public/config.xml, add a new entry.
-					<br/>
-					You should fix also the file <tt>public/config.xsd</tt> that is the Schema file for the public/config.xml.
-				</li>
-        		
-				<li>Add a parser entry to modify the room type mapping: 
-					<tt>base/mainMethods.lzx method: myinit</tt>. You 
-        		can see some example parsing, you should add your one similar to the existing room types.</li>
-        		
-			</ul>
-			
-		</section>
-		
-		<section name="Link your room type config with your room type class ">
-			
-			<p>Now you need to make sure that everytime the conference room is created 
-			your new class "myCustomConferenceRoom" is used. There are 3 places you need to add your mapping.</p>
-			
-			<ul>
-				<li>In the global mapping: 
-					<tt>base/mainMethods.lzx method name="setRoomValues"</tt> 
+			<p>Lets start by creating your custom room type class.</p>
+			<ol>
+				<li>
+					Additional room type need to be added to <tt>https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java</tt>
+					class <tt>Type</tt> enum
 				</li>
-				<li>In file: 
-					<tt>modules/conference/conference/roomListItem.lzx method name="initRoom"</tt> 
+				<li>
+					<strong>(Optional)</strong>
+					<tt>https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java</tt>
+					java class need to be extended and customized
 				</li>
-				<li>In file: 
-					<tt>modules/invitation/autoloaderBarOnly.lzx netRemoteCallHib name="setUsernameAndSession"</tt> 
+				<li>
+					<strong>(Alternatively)</strong> room sub-components can be extended and customized as it currently done for
+					<tt>https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/InterviewWbPanel.java</tt>
 				</li>
-			</ul>
-			
+			</ol>
+			<p>
+				Step 2) above is marked (Optional) since in most cases in might be enough to customize CSS rules for newly created room type<br/>
+				i.e. each room type can be customized by specifying CSS rules for this room type only. to do it:
+				<ul>
+					<li>
+						create CSS rule starting <tt>.room.box.custom</tt> where <tt>custom</tt> is the room type<br/>
+						for ex.
+						<source>
+<![CDATA[
+.room.box.presentation .room.menu {
+	background-color: red;
+}
+]]>
+						</source>
+						Will set <tt>background-color</tt> for room menu in all rooms of type <tt>presentation</tt>
+					</li>
+					<li>continue styling :)))</li>
+				</ul>
+			</p>
 			<p>Thats it. You can add/edit/delete your room with the new room type in the Administration > Rooms interface of 
-			OpenMeetings like any other room.</p>
-			<p>If you need to have this room type available as option in the Calendar UI, you need to add it to the combobox manually.</p>
-			
+				OpenMeetings like any other room.</p>
 		</section>
-		
-		
-
 	</body>
-
-</document>
\ No newline at end of file
+</document>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/PortSettings.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/PortSettings.xml b/openmeetings-server/src/site/xdoc/PortSettings.xml
index 19ff013..91904d8 100644
--- a/openmeetings-server/src/site/xdoc/PortSettings.xml
+++ b/openmeetings-server/src/site/xdoc/PortSettings.xml
@@ -13,13 +13,12 @@
    limitations under the License.
  -->
 <document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
 		<title>Port settings</title>
 		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
 	</properties>
-
 	<body>
 		<section name="Default Configuration">
 			<ul>
@@ -30,20 +29,12 @@
 				are not in use by OpenMeetings by default.
 			</p>
 		</section>
-
 		<section name="Configure alternative ports">
 			<p>You need to change two files: </p>
 			<ul>
 				<li>Server-Side configuration: $RED5_HOME/conf/red5.properties, you
 					need to restart the red5-service so that changes are online.
 				</li>
-				<li>Client-Side configuration:
-					$RED5_HOME/webapps/openmeetings/public/config.xml, you need to clear your
-					browser cache after changing the file.
-				</li>
-				<li>
-					<tt>Every server side configuration has a client side representative</tt>
-				</li>
 			</ul>
 			<p></p>
 			<table>
@@ -51,23 +42,19 @@
 					<th style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> Config-Name </th>
 					<th style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> Default-value </th>
 					<th style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> Name in red5.properties </th>
-					<th style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> Name in public/config.xml </th>
 				</tr>
 				<tr>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> HTTP </td>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> 5080 </td>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> http.port </td>
-					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> red5httpport </td>
 				</tr>
 				<tr>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> RTMP </td>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> 1935 </td>
 					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> rtmp.port </td>
-					<td style="border: 1px solid rgb(204, 204, 204); padding: 5px;"> rtmpport </td>
 				</tr>
 			</table>
 		</section>
-
 		<section name="Preventing Firewall issues">
 			<p>A common way of bypassing the firewall is to change HTTP port to 80</p>
 			<p>A short description about the connection mechanism: The
@@ -76,7 +63,6 @@
 				application will fallback to rtmpT.
 			</p>
 		</section>
-
 		<section name="OpenMeetings over SSL">
 			<p>
 				You can run OpenMeetings completely over SSL. See <a href="RTMPSAndHTTPS.html">RTMPSAndHTTPS</a>.

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
index 803752c..d31aaad 100644
--- a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
+++ b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
@@ -213,13 +213,6 @@ jmx.keystorepass=changeit
 					UNComment <tt>Tomcat with SSL enabled</tt> section
 				</li>
 				<li>
-					Edit <tt>red5/webapps/openmeetings/public/config.xml</tt> and set
-					<br/><source><![CDATA[
-	<protocol>https</protocol>
-	<red5httpport>5443</red5httpport>
-]]></source>
-				</li>
-				<li>
 					Restart red5 and try to connect to
 					<u>https://your.server:5443</u> - you should be redirected to the OpenMeetings
 					app and all access should be via HTTPS and/or RTMPS (close port 5080 to be sure).
@@ -231,16 +224,12 @@ jmx.keystorepass=changeit
 			<ol>
 				<li>HTTPS need to be enabled otherwise tunneling will not work (it can be set up using frontend nginx/apache as well)</li>
 				<li>
-					Edit <tt>red5/webapps/openmeetings/public/config.xml</tt> and set<br/>
+					In Administration->Configuration set<br/>
 					<br/><source><![CDATA[
-	<rtmpsslport>5443</rtmpsslport>
-	<useSSL>yes</useSSL>
-	<proxyType>none</proxyType>
+					flash.secure = true
+					flash.secure.proxy = none
 ]]></source>
 				</li>
-				<li>Please NOTE <tt>rtmpsslport</tt> port set in <tt>red5/webapps/openmeetings/public/config.xml</tt> should match 
-					<tt>https</tt> port set in <tt>red5/conf/red5.properties</tt>
-				</li>
 				<li>Restart red5 and try to connect - your connection should now be made via RTMPS (close port 1935 to be sure)
 				</li>   
 			</ol>
@@ -256,16 +245,12 @@ jmx.keystorepass=changeit
 					UNComment <tt>RTMPS</tt> section
 				</li>
 				<li>
-					Edit <tt>red5/webapps/openmeetings/public/config.xml</tt> and set<br/>
+					In Administration->Configuration set<br/>
 					<br/><source><![CDATA[
-	<rtmpsslport>8443</rtmpsslport>
-	<useSSL>yes</useSSL>
-	<proxyType>best</proxyType>
+					flash.secure = true
+					flash.secure.proxy = best
 ]]></source>
 				</li>
-				<li>Please NOTE <tt>rtmps</tt> port set in <tt>red5/conf/red5.properties</tt> should be in sync with the <tt>rtmpsslport</tt> set in 
-					<tt>red5/webapps/openmeetings/public/config.xml</tt>
-				</li>
 				<li>Restart red5 and try to connect - your connection should now be made via RTMPS (close port 1935 to be sure)
 				</li>   
 			</ol>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/WebappNamePath.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/WebappNamePath.xml b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
index 97cb7b1..0014828 100644
--- a/openmeetings-server/src/site/xdoc/WebappNamePath.xml
+++ b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
@@ -13,15 +13,13 @@
    limitations under the License.
  -->
 <document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
 		<title>Webapp Name / Path</title>
 		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
 	</properties>
-
 	<body>
-
 		<section name="Customize Openmeetings logo">
 			<p>If you want to set up your logo in Openmeetings header you can do the following:</p>
 			<ol>
@@ -47,20 +45,6 @@
 					(for ex. <tt>mv /opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings</tt>)
 				</li>
 				<li>
-					open <tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
-					using your favorite text editor (for ex. <tt>vim /opt/red5/webapps/yourmeetings/public/config.xml</tt>)
-					<ul>
-						<li>
-							find and modify <tt>&lt;webAppRootKey&gt;openmeetings&lt;/webAppRootKey&gt;</tt>
-							to be <tt>&lt;webAppRootKey&gt;<strong>yourmeetings</strong>&lt;/webAppRootKey&gt;</tt>
-						</li>
-						<li>
-							find and modify <tt>&lt;httpRootKey&gt;/openmeetings/&lt;/httpRootKey&gt;</tt>
-							to be <tt>&lt;httpRootKey&gt;<strong>/yourmeetings/</strong>&lt;/httpRootKey&gt;</tt>
-						</li>
-					</ul>
-				</li>
-				<li>
 					open <tt>/opt/red5/webapps/root/index.html</tt>
 					using your favorite text editor (for ex. <tt>vim /opt/red5/webapps/root/index.html</tt>)
 					<ul>
@@ -73,7 +57,6 @@
 			</ol>
 			<p>That's it</p>
 		</section>
-
 		<section name="Changing hard-coded application name in string labels">
 			<p>
 				To have
@@ -128,7 +111,6 @@
 			</i>
 			</p>
 		</section>
-
 		<section name="Running multiple Openmeetings instances on the same server">
 			<p>
 				If you want to run multiple Openmeetings instances on the same server i.e. to have<br/>  
@@ -148,5 +130,4 @@
 			</ol>
 		</section>
 	</body>
-
-</document>
\ No newline at end of file
+</document>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/WebcamResolutions.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/WebcamResolutions.xml b/openmeetings-server/src/site/xdoc/WebcamResolutions.xml
index f574c8a..c0fb757 100644
--- a/openmeetings-server/src/site/xdoc/WebcamResolutions.xml
+++ b/openmeetings-server/src/site/xdoc/WebcamResolutions.xml
@@ -11,50 +11,41 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
- -->
+-->
 <document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
 		<title>How to configure Camera default resolutions </title>
 		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
 	</properties>
-
 	<body>
-
 		<section name="How to configure Camera default resolutions">
-
 			<p>When you choose the webcam you have different resolutions
 				available the user can choose from. </p>
 			<p>You can add/remove resolutions and also change the default
-				selection. In the public/config.xml there is a section: </p>
+				selection. In the <tt>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/room/VideoSettings.html</tt> there is a section:</p>
 			<source>
 <![CDATA[
-<availableCameraResolutions>
-    <resolution type="4:3 (~6 KByte/sec)" width="40" height="30" isDefault="false" />
-    <resolution type="4:3 (~12 KByte/sec)" width="80" height="60" isDefault="false" />
-    <resolution type="4:3 (~20 KByte/sec)" width="120" height="90" isDefault="true" />
-    <resolution type="QQVGA 4:3 (~36 KByte/sec)" width="160" height="120" isDefault="false" />
-    <resolution type="4:3 (~40 KByte/sec)" width="240" height="180" isDefault="false" />
-    <resolution type="HVGA 4:3 (~56 KByte/sec)" width="320" height="240" isDefault="false" />
-    <resolution type="4:3  (~60 KByte/sec)" width="480" height="360" isDefault="false" />
-    <resolution type="4:3 (~68 KByte/sec)" width="640" height="480" isDefault="false" />
-    <resolution type="XGA 4:3" width="1024" height="768" isDefault="false" />
-    <resolution type="16:9" width="256" height="150" isDefault="false" />
-    <resolution type="WQVGA 9:5" width="432" height="240" isDefault="false" />
-    <resolution type="pseudo 16:9" width="480" height="234" isDefault="false" />
-    <resolution type="16:9" width="512" height="300" isDefault="false" />
-    <resolution type="nHD 16:9" width="640" height="360" isDefault="false" />
-    <resolution type="16:9" width="1024" height="600" isDefault="false" />
-</availableCameraResolutions>
+<select class="cam-resolution">
+	<option value="1" data-width="40" data-height="30">40x30 [4:3 (~6 KByte/sec)]</option>
+	<option value="2" data-width="80" data-height="60">80x60 [4:3 (~12 KByte/sec)]</option>
+	<option value="3" data-width="120" data-height="90" selected="selected">120x90 [4:3 (~20 KByte/sec)]</option>
+	<option value="4" data-width="160" data-height="120">160x120 [QQVGA 4:3 (~36 KByte/sec)]</option>
+	<option value="5" data-width="240" data-height="180">240x180 [4:3 (~40 KByte/sec)]</option>
+	<option value="6" data-width="320" data-height="240">320x240 [HVGA 4:3 (~56 KByte/sec)]</option>
+	<option value="7" data-width="480" data-height="360">480x360 [4:3  (~60 KByte/sec)]</option>
+	<option value="8" data-width="640" data-height="480">640x480 [4:3 (~68 KByte/sec)]</option>
+	<option value="9" data-width="1024" data-height="768">1024x768 [XGA 4:3]</option>
+	<option value="10" data-width="256" data-height="150">256x150 [16:9]</option>
+	<option value="11" data-width="432" data-height="240">432x240 [WQVGA 9:5]</option>
+	<option value="12" data-width="480" data-height="234">480x234 [pseudo 16:9]</option>
+	<option value="13" data-width="512" data-height="300">512x300 [16:9]</option>
+	<option value="14" data-width="640" data-height="360">640x360 [nHD 16:9]</option>
+	<option value="15" data-width="1024" data-height="600">1024x600 [16:9]</option>
+</select>
 ]]>
 			</source>
-		      
-		    <p>Tip: You might edit the public/config.xml with an XML aware editor that correctly 
-		    handles the XSD defintion to avoid misconfiguration. The openmeetings-config.xsd 
-		    is in the same folder like the public/config.xml. </p>
 		</section>
-
 	</body>
-
-</document>
\ No newline at end of file
+</document>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/red5sip-integration_4.0.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/red5sip-integration_4.0.xml b/openmeetings-server/src/site/xdoc/red5sip-integration_4.0.xml
index 1d8a732..05973ce 100644
--- a/openmeetings-server/src/site/xdoc/red5sip-integration_4.0.xml
+++ b/openmeetings-server/src/site/xdoc/red5sip-integration_4.0.xml
@@ -265,7 +265,7 @@ mvn clean package
 red5.host=127.0.0.1 # red5 server address
 om.context=openmeetings # Openmeetings context
 red5.codec=asao
-red5.codec.rate=22 # should correlate with mic settings in public/config.xml
+red5.codec.rate=22 # should correlate with mic setting in Admin->Config `flash.mic.rate`
 sip.obproxy=127.0.0.1 # asterisk adderss
 sip.phone=red5sip_user # sip phone number
 sip.authid=red5sip_user # sip auth id

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-server/src/site/xdoc/themes-and-branding.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/themes-and-branding.xml b/openmeetings-server/src/site/xdoc/themes-and-branding.xml
index fb27844..e009000 100644
--- a/openmeetings-server/src/site/xdoc/themes-and-branding.xml
+++ b/openmeetings-server/src/site/xdoc/themes-and-branding.xml
@@ -13,20 +13,15 @@
    limitations under the License.
  -->
 <document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
 		<title>Theme and color</title>
 		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
 	</properties>
 	<body>
 		<section name="Available since Apache OpenMeetings 2.0">
-			<p>
-				Themes are only available starting with Openmeetings 2.x.
-				<br />
-				There are also more general client side configuration like port
-				configuration. Those configs are stored in the public/config.xml
-			</p>
+			<p>Themes are only available starting with Openmeetings 2.x.</p>
 		</section>
 		<section name="Editing the theme">
 			<p>To modify default theme used by OM</p>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
index 9630666..676a52b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
index d78e365..62e98bd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
index b8b72ad..80ab81a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
index 6fbd4e1..c0b38c6 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
index d5b0b13..02114c5 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
index dfd3ebd..c0a1852 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
index 978cf90..d277527 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Einige Unternehmen bieten kommerziellen Support
 		f&uuml;r Apache OpenMeetings an:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[die Konfiguration des Clients anpassen]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[&Ouml;ffnen der Anwendung]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailingliste]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Falls Ihr Red5-Server einen anderen Port oder eine andere Domain benutzt, sollten Sie]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
index d7e4f20..f6a5ce6 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
index 70f3fc0..2fd860a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Hay algunas compañias
 		que tambien ofrecen soporte comercial para Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[cambie los valores de configuración del cliente]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Entrar a la Aplicación]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Listas de correo]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Si su servidor Red5 corre en un Puerto distinto o en diferente dominio]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Se cambió la base de datos, por favor "reinicie" la aplicación para evitar posibles problemas.]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
index e4544fd..c289105 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
index 9e6d1e6..464d7da 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
index 89d6562..f291945 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Il existe des sociétés
 		qui offrent un support commercial pour Apache OpenMeetings :]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[modifiez la config du client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Entrer dans l'application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Liste de diffusion]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Si votre serveur Red5 tourne sur un port différent ou sur un domaine différent]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[La base de données a été modifiée, veuillez s'il vous plaît redémarrer l'application pour éviter des problèmes éventuels]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Vérification]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
index fab453e..84a3c3f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
index f0e414b..af6d68d 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
@@ -740,11 +740,10 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.presentation"><![CDATA[Public Presentation Room]]></entry>
 	<entry key="install.room.public.video.only"><![CDATA[Public Video Only Room]]></entry>
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
-	<entry key="install.wizard.congrats.commercial"><![CDATA[Néhány cég, akik üzleti támogatást nyújthatnak Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[változtassa meg a kliens szükséges konfigurációit]]></entry>
+	<entry key="install.wizard.congrats.commercial"><![CDATA[Néhány cég, akik üzleti támogatást nyújthatnak Apache OpenMeetings:]]>
+	</entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Belépés az alkalmazásba]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Levelező lista]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Ha a Red5 szervert más porton, domainen, vagy más beállításokkal használja]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
index faa87a8..fc47921 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
index 0a0348d..c9009aa 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
@@ -696,7 +696,6 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="dashboard.widget.admin.cleanup.profiles"><![CDATA[profili:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.show"><![CDATA[Visualizza report pulizia]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.streams"><![CDATA[Cartella flussi:]]></entry>
-	<entry key="dashboard.widget.admin.cleanup.temp"><![CDATA[Files temporanei:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.title"><![CDATA[Report pulizia]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.upload"><![CDATA[Cartella Upload:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.warn"><![CDATA[Sei sicuro di voler cancellare tutti i file temporanei? Questa operazione non potrà essere annullata.]]></entry>
@@ -743,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Stanza Video e Lavagna Pubblica]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Ci sono alcune aziende 
 			che offrono anche il supporto commerciale per Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[modifica il valore di configurazione del client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Accedi all'applicazione]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Se il server Red5 viene eseguito con una porta diversa o con un dominio diverso]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Il Database è cambiato, riavvia l'applicazione per evitare possibili problemi]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Verifica]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
index d2ac114..f2260d3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
index 1c8e6d4..f995589 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
index 5a606b9..214505f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
index 0017f4f..b99d38a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
index 1a4a8f3..d1d02da 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
index b89258c..fe6557f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
index 344aa95..a353efa 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Публичная комната для видео с доской]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Это компании,
 		которые так же оказывают коммерческую поддержку Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[измените конфигурацию клиента]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Вход в приложение]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Список рассылки]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Если Ваш Red5-сервер запущен на другом порту или на другом домене]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[База данных была изменена, пожалуйста перезапустите приложение чтобы избежать возможных проблем]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Проверка]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
index 1aa5352..19922c9 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
index c6959d4..a72e65f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
index 6ad5e3b..6de7546 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
index 0d49331..f22a76f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
index 8fdde93..3fef543 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
@@ -681,6 +681,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="calendar.googleKey"><![CDATA[Google Calendar API key]]></entry>
 	<entry key="calendar.url"><![CDATA[External CalDAV Calendar URL]]></entry>
 	<entry key="captcha.text"><![CDATA[Captcha text]]></entry>
+	<entry key="convert.errors.file"><![CDATA[The have been errors while processing the file]]></entry>
+	<entry key="convert.errors.file.missing"><![CDATA[File is not found]]></entry>
 	<entry key="current.password"><![CDATA[Current password]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.backup"><![CDATA[backup:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.cleanup"><![CDATA[Очистити]]></entry>
@@ -694,7 +696,6 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="dashboard.widget.admin.cleanup.profiles"><![CDATA[профілі:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.show"><![CDATA[Показати звіт про файли]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.streams"><![CDATA[Папка streams:]]></entry>
-	<entry key="dashboard.widget.admin.cleanup.temp"><![CDATA[Тимчасові файли:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.title"><![CDATA[Звіт про файли]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.upload"><![CDATA[Папка upload:]]></entry>
 	<entry key="dashboard.widget.admin.cleanup.warn"><![CDATA[Ви впевнені, що хочете видалити всі тимчасові файли? Цю операцію не можна буде скасувати.]]></entry>
@@ -741,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Публічна кімната для відео з дошкою]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[Це компанії,
 		які так само надають комерційну підтримку Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[змініть конфігурацію клієнта]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Вхід в додаток]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Список розсилки]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[Якщо Ваш Red5-сервер запущений на іншому порту або на іншому домені]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[База даних була змінена, будь ласка, перезапустіть додаток, щоб уникнути можливих проблем]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Перевірка]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
index fc0809d..3552dde 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
@@ -741,10 +741,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.only"><![CDATA[Public Video Only Room]]></entry>
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[有一些公司也给Apache OpenMeetings提供商业支持:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[改变客户端的配置值]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[输入应用程序]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[邮件列表]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[如果你的Red5服务器运行在不同的端口或在不同的域]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[检查]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
index 950b901..e451d80 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
@@ -742,10 +742,8 @@ see http://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="install.room.public.video.wb"><![CDATA[Public Video And Whiteboard Room]]></entry>
 	<entry key="install.wizard.congrats.commercial"><![CDATA[There are some companies
 			that also offer commercial support for Apache OpenMeetings:]]></entry>
-	<entry key="install.wizard.congrats.config"><![CDATA[alter the config values of the client]]></entry>
 	<entry key="install.wizard.congrats.enter"><![CDATA[Enter the Application]]></entry>
 	<entry key="install.wizard.congrats.mail"><![CDATA[Mailing list]]></entry>
-	<entry key="install.wizard.congrats.port"><![CDATA[If your Red5-Server runs on a different Port or on a different domain]]></entry>
 	<entry key="install.wizard.congrats.restart"><![CDATA[Database was changed, please restart application to avoid possible issues]]></entry>
 	<entry key="install.wizard.db.step.check"><![CDATA[Check]]></entry>
 	<entry key="install.wizard.db.step.db2.name"><![CDATA[IBM DB2]]></entry>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/CongratulationsPanel.html
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/CongratulationsPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/CongratulationsPanel.html
index 30cb421..9d9968f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/CongratulationsPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/CongratulationsPanel.html
@@ -26,12 +26,6 @@
 	<div wicket:id="restartPanel" style="font-size: x-large; padding: 20px; color: red;"><wicket:message key="install.wizard.congrats.restart"/></div>
 	<br />
 	<br />
-	<wicket:message key="install.wizard.congrats.port"/>
-	<br />
-	<a href="public/config.xml"><wicket:message key="install.wizard.congrats.config"/></a>
-	<br />
-	<br />
-	<br />
 	<b> <span style="font-size: 1.4em"><wicket:message key="install.wizard.congrats.mail"/></span></b>
 	<br />
 	<br />

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/de5dd6a6/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
index e593697..f147c7e 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
@@ -243,6 +243,7 @@ public class RoomPanel extends BasePanel {
 		Component accessDenied = new WebMarkupContainer(ACCESS_DENIED_ID).setVisible(false);
 		Component eventDetail = new WebMarkupContainer(EVENT_DETAILS_ID).setVisible(false);
 
+		room.add(AttributeModifier.append("class", r.getType().name()));
 		room.add(menu = new RoomMenuPanel("menu", this));
 		room.add(AttributeModifier.append("data-room-id", r.getId()));
 		if (isInterview) {