<?xml version="1.0" encoding="UTF-8"?>
<profil> 
	<name>IrMC - Kontact</name> 
	<version>0.1</version>
	<connectiontype>bluetooth</connectiontype>
	<plugins>
		<!--List of plugins to sync and there configuration if needed-->
		<plugin>
			<id>1</id>
			<syncmember>
				<pluginname>irmc-sync</pluginname>
			</syncmember>
			<servicename>OBEX IrMC Sync Server</servicename>
			<version>0.22</version>
			<config>
				<connectmedium>bluetooth</connectmedium>
				<btunit>[MAC_ADDRESS]</btunit>
				<btchannel>[PLUG_CHANNEL]</btchannel>
			</config>
		</plugin>
		<plugin>
			<id>2</id>
			<syncmember>
				<pluginname>kdepim-sync</pluginname>
			</syncmember>
			<servicename></servicename>
			<version>0.20</version>
			<config></config>
		</plugin>
	</plugins>
	<options>
		<!--Option for msynctool command line see man msynctool-->
		<option>--filter-objtype note</option>
	</options>
</profil> 