1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add a REPL for Smack (smack-repl)

This commit is contained in:
Florian Schmaus 2016-02-10 14:09:13 +01:00
parent 529e1eb058
commit 8f149346a6
6 changed files with 111 additions and 1 deletions

6
smack-repl/scala.repl Normal file
View 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