<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="Imagicle Call Recorder" description="Imagicle Call Recorder">
		<Require feature="pubsub-2" />
		<Require feature="setprefs" />
		<Require feature="settitle" />
        <Require feature="loadingindicator">
            <Param name="manual-dismiss">false</Param>
            <Param name="loading-timeout">10</Param>
        </Require>
		
		<!--The languages here are ONLY for the alert messages that are shown
			while the gadget is loading or fails to load. e.g. 'loading...' or 'add certificate...' 

			For Search & Play specific supported
			languages, please refer to S&P code. 

			These are the languages that the gadget CAN support. 
			Additional language packs (the xmls) need to be installed in order for the gadget 
			to support these languages. No other language outside of these can be supported
			unless it's first added here. 

			For more info on Gadget i18ln, refer to:
				https://developers.google.com/gadgets/docs/i18n

			Got it?
		-->
	
	</ModulePrefs>
	<UserPref name="scheme" display_name="scheme" default_value=""/>
	<UserPref name="host" display_name="host" default_value=""/>
	<UserPref name="hostPort" display_name="hostPort" default_value=""/> 
	<Content type="html"><![CDATA[

			<html>
		<link rel="stylesheet" href="gadget.css" type="text/css" />
		<head>
			<script type="text/javascript" src="https://<IMAGICLE_SERVER>/fw/Lib/jquery/jquery-3.7.1.min.js"></script>
			<script type="text/javascript">
				$('body').append("<iframe width='100%' height='500' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='https://<IMAGICLE_SERVER>/fw/Apps/Recorder/Web/Pages/jabber.html'></iframe>");
				parent.document.getElementById(window.name).setAttribute('style','height:500px !important');
			</script>
		</head>
		<body>
		</body>
		</html>
				]]></Content>
			</Module>

