Added support for iq:version. SMACK-53

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2488 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-04-22 04:24:55 +00:00 committed by gaston
parent b453f61673
commit ea53ae6622
1 changed files with 7 additions and 0 deletions

View File

@ -93,4 +93,11 @@
<className>org.jivesoftware.smackx.provider.DelayInformationProvider</className>
</extensionProvider>
<!-- Version -->
<iqProvider>
<elementName>query</elementName>
<namespace>jabber:iq:version</namespace>
<className>org.jivesoftware.smackx.packet.Version</className>
</iqProvider>
</smackProviders>