mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 16:52:07 +01:00
e45c4a6805
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2347 b35dd754-fafc-0310-a699-88a17e54d16e
24 lines
No EOL
895 B
XML
24 lines
No EOL
895 B
XML
<?xml version="1.0"?>
|
|
<!-- Smack configuration file. -->
|
|
<smack>
|
|
|
|
<!-- Classes that will be loaded when Smack starts -->
|
|
<startupClasses>
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
|
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
|
</startupClasses>
|
|
|
|
<!-- Paket reply timeout in milliseconds -->
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
<!-- Keep-alive interval in milleseconds -->
|
|
<keepAliveInterval>30000</keepAliveInterval>
|
|
|
|
<!-- Name of the client to provide as the client's identity -->
|
|
<identityName>Smack</identityName>
|
|
<!-- Type of client within the categoty "client". For other valid types refer to
|
|
http://www.jabber.org/registrar/disco-categories.html#client -->
|
|
<identityType>pc</identityType>
|
|
|
|
</smack> |