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 spontaneously
seems to make sense), make sure to check out the blog post series about
writing connectors on the Akka team blog:

http://blog.akka.io/integrations/2016/08/23/intro-alpakka
http://blog.akka.io/integrations/2016/08/29/connecting-existing-apis
http://blog.akka.io/integrations/2016/09/05/flow-control-at-the-akka-stream-boundary

--
Johan
Akka Team


On Mon, Sep 26, 2016 at 2:19 AM, Taran saini  wrote:

> 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: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[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: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.