1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-18 12:15:58 +02:00

[smack-repl] Fix scala.repl's imports

This commit is contained in:
Florian Schmaus 2024-05-08 14:53:49 +02:00
parent e0f335be40
commit e08c95a0a1

View file

@ -5,4 +5,5 @@ import org.jivesoftware.smack.util.TLSUtils
import org.jivesoftware.smack.tcp._
import org.jxmpp.jid.impl.JidCreate
import org.igniterealtime.smack.smackrepl.IoT._
import org.igniterealtime.smack.examples._
import org.igniterealtime.smack.examples.IoT._