mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
smack-repl: Enable Scala postfixOps
This commit is contained in:
parent
3f8fa7a311
commit
7274582fcf
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue