I am working on Xmpp based chat app, I am using Asmack library in Android, and Openfire as server.
I have implemented one to one chat and group chat successfully, now i want to add Audio/Video chat in that, I am searching it on Google but not got enough help.
we can implement this functionality using Asterisk/JITS video bridge plugin to openfire right? and also is there any other plugins?
And also I have not found any help regarding how to implement this functionality in android. So, if any one can help me regarding this? any link or other stuff that will help me please let me know.
Any help is appreciated !
Thank you !
Related
Hi I am new to developing video chat application. Please help me how can i chat?
or
Any one please let me know that how to integrate skype to my application using android.
Thanks for in advance.
Hi I am new to developing video chat application. Please help me how
can i chat?
I dont know if this will answer your question but in my experience in Session Initiation Protocol you can do Audio Calling , but the generic doesnt allow 3G and some phones ive tested doesnt work, that is why i moved to imsdroid which is using doubango framework and is working for both Video/Audio calling and they even have samples for a working simple test app .
If you still want to pursue this kind of app I suggest reading this tutorial will give you more insight on the client-side.
And this(If you want to setup your server) server freeswitch which will cater your client side for such protocol or if you want to test the client-side implementation you can as well use free sip servers as of now.
If you have manage to setup freeswitch and would like to register users dynamically i suggest reading this another tutorial to work dynamic registration for users http://saevolgo.blogspot.kr/2012/07/freeswitch-with-sip-users-in-mysql-mod.html
NOTE: freeswitch is really a tough one to setup, i was using all the resources i have just to setup dynamic registration with new users using mod_xml_curl which freeswitch has(im using Amazon ec2 instance, in which freeswitch has tutorial for amazon ec2).
I hope this will benefit you as this benefits me :)
I have sucessfully implemented SignalR in my android application. and message broadcasting is also working fine. i want to implement p2p chat in my application using SignalR. i checked clients library in Asp.Net, i also tried Google but not getting required output. i checked SignalR, SignalA and SignalJ. i think SignalJ is useful but unable to resolve some library issue like scala and akka can anyone please help me. how can i implement p2p chat using SignalR in my android application? Thank you in advance.
In the past few days, I tried GTalk/Facebook chat integration with Android Smack and it's working fine.
I tried to implement the same logic for AIM/MSN chat integration with Android Smack but it did not work.
Is there any special configuration needed for AIM chat integration? Please provide any way or any tutorial or reference link that can solve my problem.
Thanks in advance.
For MSN we can used LiveSDK XMPP Sample for Android
Note: There is some authentication issue in this library, I'm working on it and clear ASAP.
For AIM this API may help to get authentication.
I am beginner for android application developing.I want to add chat feature in sipdroid using openfire.Can anybody help me how to start to do this?Thanks in advance.
Openfire uses the XMPP protocol, so you may start on reading how to incorporate XMPP in SIP.
Apart from the above article, you can look around for software sip clients that already have this feature and educate from their source code.
Also a good reference is the XMPP java api overview.
I am new in Android Programming and I am trying to include GTalk application inside my application. I am trying to use XMPP server but it is not working. How can I add GTalk to my app?
I don't know if this answer is helpful or not because the question was posted a while ago, however:
This sample code may solve your problem.
Here you can find some sample code for using XXMP to communicate with Gtalk.
This post may also help.