mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
[smack-repl] Fix scala.repl's imports
This commit is contained in:
parent
e0f335be40
commit
e08c95a0a1
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ import org.jivesoftware.smack.util.TLSUtils
|
||||||
import org.jivesoftware.smack.tcp._
|
import org.jivesoftware.smack.tcp._
|
||||||
import org.jxmpp.jid.impl.JidCreate
|
import org.jxmpp.jid.impl.JidCreate
|
||||||
|
|
||||||
import org.igniterealtime.smack.smackrepl.IoT._
|
import org.igniterealtime.smack.examples._
|
||||||
|
import org.igniterealtime.smack.examples.IoT._
|
||||||
|
|
Loading…
Reference in a new issue