mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Add a REPL for Smack (smack-repl)
This commit is contained in:
parent
529e1eb058
commit
8f149346a6
6 changed files with 111 additions and 1 deletions
6
smack-repl/scala.repl
Normal file
6
smack-repl/scala.repl
Normal file
|
@ -0,0 +1,6 @@
|
|||
org.igniterealtime.smack.repl.SmackRepl.init()
|
||||
|
||||
import org.jivesoftware.smack._
|
||||
import org.jivesoftware.smack.util.TLSUtils
|
||||
import org.jivesoftware.smack.tcp._
|
||||
import org.jxmpp.jid.impl.JidCreate
|
Loading…
Add table
Add a link
Reference in a new issue