Unable to implement p2p chat using SignalR in Android - android

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.

Related

Is there any Openfire smack Alternative for Android chat?

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.

How to implement Audio/Video Chat using asmack in android with openfire

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 !

AIM/MSN chat integration in Android

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.

add chat feature in sipdroid using openfire

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.

android : Find UPnP devices from network

I am making application in which i want to find the list of the UPnP devices that are connected to my network from my android application . Any idea how can i do this..
I am using the API of the cybergarage...here is the link of the repository...
https://cgupnpjava.svn.sourceforge.net/svnroot/cgupnpjava/trunk/cyberlink/upnp-stack/src/main/java/org/cybergarage/
Any one who has work or has been working on UPnP Complianted Application development, can help me out.
Thank you
I have a created an alternative Java UPnP library that also works on Android:
http://teleal.org/projects/cling/core/
A manual chapter about Android integration, an example application, and a video of the example application are available. The example application shows how you can search and list all the UPnP devices on your network.

Categories

Resources