Thread: [Asterisk-java-users] xmpp integration
Brought to you by:
srt
From: g f <gf...@gm...> - 2006-04-06 15:44:45
|
Hello all, I was interested in incorporating xmpp into my asterisk-java web app. Any recommendations from *-java users that have successfully integrated xmpp? My requirement would be conference rooms and voice chat ability and the embedding of the client into a web app. Libraries? Clients?, ??? Thanks all! |
From: Stefan R. <sr...@re...> - 2006-04-06 16:00:12
Attachments:
signature.asc
|
g f wrote: > I was interested in incorporating xmpp into my asterisk-java web app. > Any recommendations from *-java users that have successfully integrated= > xmpp? > My requirement would be conference rooms and voice chat ability and the= > embedding of the client into a web app. what exactly do you want to do? > Libraries? Clients?, ??? There is Asterisk-IM, a plugin for the Wildfire XMPP server at http://www.jivesoftware.org/asterisk-im/ - it allows Asterisk presence information to be shown for Jabber accounts ("On the phone") and dialing through Jabber. It uses Asterisk-Java but I think thats not exactly what you are looking for. A general purpose (and very good) Java library for XMPP is Smack available at http://www.jivesoftware.org/smack/. If you provide some more detail on what are going to implement I can probably give you some more specific pointers. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 K=F6ln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... Jabber: sr...@ja... |
From: g f <gf...@gm...> - 2006-04-06 16:22:16
|
Stefan, I will take a look at Smack. Basically what I want to do is embed my own chat client in my *-J web-app, so I was looking for suggestions on librarie= s that would allow me to do this. I had noticed that *-IM was developed using *-J and since *-J has been a great product for me I thought that I may try *-IM as well. Voice is an important requirement for my user, would either of these two suggestions fill this requirement? Is voice-->chat more of an Asterisk function? Thanks again for such an awesome product!! G On 4/6/06, Stefan Reuter <sr...@re...> wrote: > > g f wrote: > > I was interested in incorporating xmpp into my asterisk-java web app. > > Any recommendations from *-java users that have successfully integrated > > xmpp? > > My requirement would be conference rooms and voice chat ability and the > > embedding of the client into a web app. > > what exactly do you want to do? > > > Libraries? Clients?, ??? > > There is Asterisk-IM, a plugin for the Wildfire XMPP server at > http://www.jivesoftware.org/asterisk-im/ - it allows Asterisk presence > information to be shown for Jabber accounts ("On the phone") and dialing > through Jabber. It uses Asterisk-Java but I think thats not exactly what > you are looking for. > > A general purpose (and very good) Java library for XMPP is Smack > available at http://www.jivesoftware.org/smack/. > > If you provide some more detail on what are going to implement I can > probably give you some more specific pointers. > > =3DStefan > > -- > reuter network consulting > Neusser Str. 110 > 50760 K=F6ln > Germany > Telefon: +49 221 1305699-0 > Telefax: +49 221 1305699-90 > E-Mail: sr...@re... > Jabber: sr...@ja... > > > > |
From: Stefan R. <sr...@re...> - 2006-04-06 16:47:50
Attachments:
signature.asc
|
g f wrote: > I will take a look at Smack. Basically what I want to do is embed my ow= n > chat client in my *-J web-app, so I was looking for suggestions on > libraries that would allow me to do this. If you have an existing web-app and want to add chat smack is a good choice. Another option is to use JWChat which is a complete chat application for the web instead of just a library, see http://jwchat.sourceforge.net/. I don't know how "integratable" it is but it looks nice :) > Voice is an important requirement for my user, would either of these tw= o > suggestions fill this requirement? > Is voice-->chat more of an Asterisk function? So what you are looking for is something like Google Talk? Google talk is based on Jingle (JEP-0166, a Jabber protocol extension for voice) and there already seems to be a specificiation ofr a Jingle IAX Transport Method (JEP-0179) at http://www.jabber.org/jeps/jep-0179.html. And there is res_xmpp for Asterisk at http://bugs.digium.com/view.php?id=3D5501 which also looks interesting but still in an early state. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 K=F6ln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... Jabber: sr...@ja... |
From: g f <gf...@gm...> - 2006-04-06 17:35:08
|
Thanks alot Stephan!!! On 4/6/06, Stefan Reuter <sr...@re...> wrote: > > g f wrote: > > I will take a look at Smack. Basically what I want to do is embed my ow= n > > chat client in my *-J web-app, so I was looking for suggestions on > > libraries that would allow me to do this. > If you have an existing web-app and want to add chat smack is a good > choice. Another option is to use JWChat which is a complete chat > application for the web instead of just a library, see > http://jwchat.sourceforge.net/. I don't know how "integratable" it is > but it looks nice :) > > > Voice is an important requirement for my user, would either of these tw= o > > suggestions fill this requirement? > > Is voice-->chat more of an Asterisk function? > So what you are looking for is something like Google Talk? > Google talk is based on Jingle (JEP-0166, a Jabber protocol extension > for voice) and there already seems to be a specificiation ofr a Jingle > IAX Transport Method (JEP-0179) at > http://www.jabber.org/jeps/jep-0179.html. And there is res_xmpp for > Asterisk at http://bugs.digium.com/view.php?id=3D5501 which also looks > interesting but still in an early state. > > =3DStefan > > -- > reuter network consulting > Neusser Str. 110 > 50760 K=F6ln > Germany > Telefon: +49 221 1305699-0 > Telefax: +49 221 1305699-90 > E-Mail: sr...@re... > Jabber: sr...@ja... > > > > |