Re: [akka-user] XMPP API development in Scala

2016-10-07 Thread Akka Team
A quick google search doesn't turn up any Scala specific libraries so you are probably best off using one of the Java libraries listed on the XMPP homepage (http://xmpp.org/software/libraries.html) to interact with XMPP from the JVM. If you decide to use Akka Streams as the abstraction (which

[akka-user] XMPP API development in Scala

2016-09-26 Thread Taran saini
where to begin with and any powerful libraries for the same? Which concepts do we need to master for the same apart from the actor system. In short, the best approach to build xmpp apis. Thanks -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>