<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs
		title="Retro Chat"
		height="200"
		description="A chat room Wave gadget for old-fashioned IM chatting."
		author="Charles Lehner"
		author_email="gadgets@lehnerstudios.com">
	 <Require feature="wave"/>
	 <Require feature="dynamic-height"/>
	</ModulePrefs>

	<Content type="html">
	<![CDATA[
	
	<script type="text/javascript"
		src="http://wave-api.appspot.com/public/wave.js"></script>
	<script type="text/javascript"
		src="http://wave-retro-chat.googlecode.com/svn/trunk/chat.js"></script>
	<link rel="stylesheet" type="text/css"
		href="http://wave-retro-chat.googlecode.com/svn/trunk/chat.css"/>
	
	<form id="container">
		<div id="messages"></div>
		<input id="input" />
		<div id="resizer"><span></span></div>
	</form>
	
	]]></Content>
</Module>

