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.
Related
I am working on Chat module for Android app. I configured Open fire as XMPP server and currently using smack library in client side development. I am facing some crucial problems regarding chat.
So is there any other open source alternate library of smack?
I search whole day for the solution. But I could not got proper.
I have used Applozic chat SDK. Its worked like a charm for me easy to integrate and customize.
The open source repo link is here. Hope this helps.
I am also still finding the solution.
I think Quickblock would be the alternative.
Reference:
https://community.igniterealtime.org/thread/52092
Till now Smack is the only one java based open source XMPP client Implementation.So you have to use smack to use in android or you can use C++ client library like swiften or gloox as native. But in server side you can use any server developed following XMPP standard.
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 !
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.
I'm trying to build an Android app that consumes data from a Magento Server. I'm looking for a good sample (using oAuth authentication) or even a framework that would help me to make it faster. Any tip?
Thanks!
Me also Googled for the same nearly a week, At last I got one tutorial here
http://gmartinezgil.wordpress.com/2013/08/05/using-the-magento-rest-api-in-java-with-scribe/
I follow the method, But I can't produce the result.This may help you.
Check this also- android connect to magento
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.