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:
parent
287c54a6ac
commit
e45c4a6805
2 changed files with 60 additions and 0 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue