mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-13 06:21:08 +01:00
AMP should use provider/packet packages and JUL
- Move AMPExtensionProvider to amp.provider - Move AMPExtension to amp.packet - Move java.util.logging for logging SMACK-544
This commit is contained in:
parent
6110872062
commit
0058631ed6
8 changed files with 48 additions and 28 deletions
|
|
@ -17,6 +17,8 @@
|
|||
package org.jivesoftware.smackx.amp;
|
||||
|
||||
import org.jivesoftware.smack.packet.PacketExtension;
|
||||
import org.jivesoftware.smackx.amp.packet.AMPExtension;
|
||||
import org.jivesoftware.smackx.amp.provider.AMPExtensionProvider;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.xmlpull.v1.XmlPullParser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue