<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://www.voucher-safe.org/downloads" href="Voucher-Safe.jnlp">
	<information>
		<title>Voucher-Safe</title>
		<vendor>Open Source Voucher-Safe Project</vendor>
		<homepage href="https://www.voucher-safe.org"/>
		<description kind="tooltip">Application for accessing voucher safes within the Voucher-Safe.com network.</description>
		<shortcut online="true">
			<desktop/>
			<menu submenu="Voucher Safe"/>
		</shortcut>
		<icon href="voucher-safe.ico" kind="shortcut"/>
		<icon href="voucher-safe-icon-64.png" kind="default" height="64" width="64"/>
		<icon href="voucher-safe-icon-256.png" kind="splash" height="256" width="256"/>
	</information>
	<information os="Mac\ OS\ X">
		<icon href="voucher-safe-icon-128.png" kind="default" height="128" width="128"/>
	</information>
	<information os="Linux">
		<icon href="voucher-safe-icon-48.png" kind="shortcut" height="48" width="48"/>
		<icon href="voucher-safe-icon-48.png" kind="default" height="48" width="48"/>
	</information>

	<resources>
		<!-- application resources for Linux and Windows -->
		<j2se version="1.6+"/>
		<jar href="voucher-client.jar" main="true"/>
		<jar href="vscsupport.jar"/>

		<!-- where the primary live OFS (default) can be found -->
		<property name="OFShost" value="pks.vm.to"/>
		<property name="OFSport" value="5233"/>
		<property name="OFSxmpp" value="ofs.vm.to"/>
		
		<!-- where the alternate live OFS can be found -->
		<property name="OFShost01" value="ofs.silentvault.com"/>
		<property name="OFSport01" value="5233"/>
		<property name="OFSxmpp01" value="ofs.vm.to"/>
		
		<!-- where 2nd alternate live OFS can be found -->
		<property name="OFShost02" value="sds.vm.to"/>
		<property name="OFSport02" value="5233"/>
		<property name="OFSxmpp02" value="ofs.vm.to"/>

		<!-- where 3rd alternate live OFS can be found -->
		<property name="OFShost03" value="46.28.206.20"/>
		<property name="OFSport03" value="5233"/>
		<property name="OFSxmpp03" value="ofs.vm.to"/>

		<!-- where the test OFS can be found -->
		<property name="OFShost04" value="ofs.voucher-safe.org"/>
		<property name="OFSport04" value="5233"/>
		<property name="OFSxmpp04" value="ofs.voucher-safe.org"/>
		
		<!-- where VSC error messages get CC'd on test networks -->
      <property name="ErrorJID" value="vscerrors@ofs.voucher-safe.org"/>
		<property name="TestNet" value="false"/>
	</resources>

	<update check="always" policy="always"/>
		
	<security>
		<all-permissions/>
	</security>

	<application-desc
		name="Voucher-Safe WebApp Client"
		main-class="org.vouchersafe.client.SafeClient">
	</application-desc>
</jnlp>
