<PsEPRServer>
<client>
<XMPP>
<maximumConnections>
500
</maximumConnections>
</XMPP>
</client>
    <peer>
        <leasePeer>
            <!-- URL of central peer config file -->
            <configurationURL>http://psepr.org/PsEPRServer/config/LeasePeer.xml</configurationURL>
            <!-- number of seconds between fetches and checking of central peer config file -->
            <configurationCheckSeconds>300</configurationCheckSeconds>
            <!-- seconds that a peer makes a lease to another peer -->
            <leaseSeconds>300</leaseSeconds>
        </leasePeer>
    </peer>
    <service>
    	<statusReporter>
	    	<!-- seconds between sending general status messages -->
	        <periodSeconds>300</periodSeconds>
	        <clientConnections> <include>no</include> </clientConnections>
	        <peerConnections> <include>no</include> </peerConnections>
	        <routeTable> <include>no</include> </routeTable>
	        <service> <include>yes</include> </service>
    	</statusReporter>
    </service>
    <debug>
        <comment>0xB072=SERVICES,PEER,GLEANER,LEASE,BADERROR,STATUSREPORT,IO</comment>
        <comment>0xB062=SERVICES,PEER,GLEANER,LEASE,BADERROR,IO</comment>
        <comment>0xB062=SERVICES,GLEANER,LEASE,BADERROR,IO</comment>
        <filterLevel>
            0xB062
        </filterLevel>
    </debug>
</PsEPRServer>

