<?xml version="1.0" encoding="UTF-8"?><cbinstall version="1.0" type="plugin" group="user">	<name>PMS uddeIM Inbox</name>	<author>Stephan Slabihoud</author>	<creationDate>2008-08-25</creationDate>	<copyright>(C) Stephan Slabihoud</copyright>	<license>* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2</license>	<authorEmail>ssl@gmx.de</authorEmail>	<authorUrl>http://www.joomlapolis.com/</authorUrl>	<version>1.1</version>	<description>v1.3 - Provides a CB Tab that shows the content of the uddeIM Inbox.</description>	<files>		<filename plugin="pms.showinbox">pms.showinbox.php</filename>		<filename>index.html</filename>	</files>    <params>	    </params>	    <tabs>    	<tab name="_UE_TABINBOX" description="" class="getInboxTab" fields="0" position="cb_tabmain" displaytype="tab">			<params>				<param name="@spacer" type="spacer" default="List Settings" label="Inbox Parameters:" description="" />				<param name="entriesNumber" type="text" size="10" default="10" label="Number of articles to display" description="If showing all posts, this is the number of posts per page. If showing only last ones, this is the number of articles to show. Default is 10" />				<param name="pagingEnabled" type="radio" default="0" label="Show all blogs with paging" description="If set to -show all- all articles will become visible in the user profile. Otherwise, only the last submitted will be visible.">	     			<option value="0">Only last ones</option>	     			<option value="1">Show all</option>	   			</param>			</params>			<fields>			</fields>		</tab>    </tabs>   </cbinstall>