mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Organize imports everywhere
This commit is contained in:
parent
69767e9538
commit
e2223254cf
29 changed files with 21 additions and 8 deletions
|
@ -28,6 +28,7 @@ import org.jivesoftware.smack.XMPPException;
|
|||
import org.jivesoftware.smack.debugger.ConsoleDebugger;
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnection;
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration;
|
||||
|
||||
import org.jivesoftware.smackx.dox.DnsOverXmppManager;
|
||||
import org.jivesoftware.smackx.dox.resolver.minidns.DnsOverXmppMiniDnsResolver;
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ import org.jivesoftware.smack.roster.RosterUtil;
|
|||
import org.jivesoftware.smack.tcp.XMPPTCPConnection;
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration;
|
||||
import org.jivesoftware.smack.util.StringUtils;
|
||||
|
||||
import org.jivesoftware.smackx.iot.IoTDiscoveryIntegrationTest;
|
||||
import org.jivesoftware.smackx.iot.Thing;
|
||||
import org.jivesoftware.smackx.iot.data.IoTDataManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue