mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
Moved the EmbeddedExtensionProvider from smackx to smack, since it is not tied to extensions but is a simple utility for aiding in parsing of custom cabinets.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12922 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
298841cf54
commit
2115a6b545
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
* </pre>
|
||||
*
|
||||
* @author Robin Collier
|
||||
*
|
||||
* @deprecated This has been moved to {@link org.jivesoftware.smack.provider.EmbeddedExtensionProvider}
|
||||
*/
|
||||
abstract public class EmbeddedExtensionProvider implements PacketExtensionProvider
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue