mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Initial check-in.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1996 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
5a84b12904
commit
96e6de8dd7
1 changed files with 9 additions and 0 deletions
9
resources/smack.providers
Normal file
9
resources/smack.providers
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- Providers file for default Smack extensions -->
|
||||||
|
<smackProviders>
|
||||||
|
<iqProvider>
|
||||||
|
<elementName>query</elementName>
|
||||||
|
<namespace>jabber:iq:private</namespace>
|
||||||
|
<className>org.jivesoftware.smack.packet.PrivateDataManager.PrivateDataIQProvider</className>
|
||||||
|
</iqProvider>
|
||||||
|
</smackProviders>
|
Loading…
Reference in a new issue