<?xml version="1.0" encoding="UTF-8"?>
<component name="ConfirmUser" extends="Task">

	<script type="text/brightscript" uri="pkg:/components/ConfirmUser/ConfirmUser.brs"/>
  	<script type="text/brightscript" uri="pkg:/components/generalUtils.brs"/>
  	
	<interface>
	  	<field id="user" type="string"/>
	    <field id="pass" type="string"/>
	    <field id="message" type="string"/>
	    <field id="status" type="string"/>
	  	<field id="auth" type="string"/>
	    <field id="max_connections" type="string"/>
	    <field id="active_cons" type="string"/>
  	</interface>

  	
</component>
