<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://www.voucher-safe.org/downloads" href="silentVaultClient.jnlp">
	<information>
		<title>Silent-Vault</title>
		<vendor>Open Source Silent-Vault Project</vendor>
		<homepage href="https://silentvault.com"/>
		<description kind="tooltip">
			Application for accessing wallets within the SilentVault.com network.
		</description>
		<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"/>
		<shortcut online="true">
			<desktop/>
			<menu submenu="Silent Vault"/>
		</shortcut>
	</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 -->
		<j2se version="1.7+"/>
		<jar href="silentvault-client.jar" main="true"/>
		<jar href="svcsupport.jar"/>

		<!-- where VSC error messages get CC'd on test network -->
		<property name="ErrorJID" value="vscerrors@ofs.voucher-safe.org"/>
		<property name="TestNet" value="false"/>

		<!-- where the first live OFS (default) can be found -->
		<property name="OFShost" value="ofs.silentvault.com"/>
		<property name="OFSport" value="5233"/>
		<property name="OFSxmpp" value="ofs.vm.to"/>

		<!-- where the alternate live OFS can be found -->
		<property name="OFShost01" value="pks.vm.to"/>
		<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="digitalcash.to"/>
		<property name="OFSport03" value="5233"/>
		<property name="OFSxmpp03" value="ofs.vm.to"/>

		<!-- where 4th alternate live OFS can be found (requires CHAVPN) -->
		<property name="OFShost04" value="172.31.254.114"/>
		<property name="OFSport04" value="5233"/>
		<property name="OFSxmpp04" value="ofs.vm.to"/>

		<!-- where the test OFS can be found -->
		<property name="OFShost05" value="ofs.voucher-safe.org"/>
		<property name="OFSport05" value="5233"/>
		<property name="OFSxmpp05" value="ofs.voucher-safe.org"/>
	</resources>

	<security>
		<all-permissions/>
	</security>

	<update check="always" policy="always"/>

	<application-desc
		name="SilentVault WebApp Client"
		main-class="org.silentvault.client.WalletClient">
	</application-desc>
</jnlp>
