1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Adds ability to set the identity name and type of a Smack client. SMACK-149

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2347 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2004-08-04 19:52:11 +00:00 committed by gdombiak
parent 287c54a6ac
commit e45c4a6805
2 changed files with 60 additions and 0 deletions

View file

@ -15,4 +15,10 @@
<!-- 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>