1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 07:04:52 +02:00

smack-repl: Enable Scala postfixOps

This commit is contained in:
Florian Schmaus 2018-11-16 22:19:16 +01:00
parent 3f8fa7a311
commit 7274582fcf

View file

@ -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;