mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
smack-repl: Idiomatic Scala imports
This commit is contained in:
parent
7274582fcf
commit
b6dedf50f5
1 changed files with 5 additions and 4 deletions
|
@ -16,12 +16,13 @@
|
|||
*/
|
||||
package org.igniterealtime.smack.scala.util
|
||||
|
||||
import org.jxmpp.jid.DomainBareJid;
|
||||
import org.jxmpp.jid.impl.JidCreate;
|
||||
import scala.language.postfixOps
|
||||
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnection;
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration;
|
||||
import org.jxmpp.jid.DomainBareJid
|
||||
import org.jxmpp.jid.impl.JidCreate
|
||||
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnection
|
||||
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration
|
||||
|
||||
import org.jivesoftware.smackx.iqregister.AccountManager
|
||||
|
||||
|
|
Loading…
Reference in a new issue