instant-messaging

Real-time chat with push notification

倖福魔咒の 提交于 2019-11-30 11:41:38
问题 I am working on a private messasing functionality for my site, is there a way to get push notifications from the server, that the user has received a new message? the only technique I know is to constantly poll the server via ajax to see if there are new messages, and reload the messenger window if needed. thanks for any feedback! UPD: so far the following directions have been identified: 1) Comet 2) BOSH - Bidirectional-streams Over Synchronous HTTP 3) XMPP - this is what google talk is

open source instant messenger?

懵懂的女人 提交于 2019-11-30 10:13:26
I am using VSTS 2008 + ASP.Net + Forms Authentication + .Net 3.5 + IIS 7.0 + C# to develop a Web Application. I want to add web based instant messenging feature to my web application (using Forms authentication), I just need very basic features, like text based message, user presence status, etc. I want to know whether any ready-to-use and easy to integrate components? Better open source. Jabber/XMPP is open-source, there are many implementations (client and server) that are mostly open source. Just check out XMPP Standards Foundation . By the way, You'll find a list with implementations of

Instant Messaging on Android with Google Cloud Messaging

老子叫甜甜 提交于 2019-11-30 01:55:25
I was just looking at the new Google Cloud Messaging (GCM) and I was wondering if it is possible to use GCM for Instant Messaging on your Android application? I saw you can send data, like a message, from a server, but is it also possible to send from one device to another one? And how would this work? Some example code would be really helpful.. Tnx! The official docs on Google Cloud Messaging for Android does mention that GCM can be used to develop an instant messaging app. ...or it could be a message containing up to 4kb of payload data (so apps like instant messaging can consume the message

Looking for library for Instant Messaging, like libpurple, but written in C#

隐身守侯 提交于 2019-11-29 00:16:37
I'm looking for an Instant Messaging library that at minimum supports YM, MSN protocol - preferably free but if it's worth to pay, why not. msnp-sharp is the open source protocol written in c# for MSN. You can get it from http://code.google.com/p/msnp-sharp/ . Its very active. But i don have any experience with yahoo IM protocol. This link showed up in google search YM Trainer . And Just give a try http://www.ycoderscookbook.com/ , incase you are not aware of. First of all, have you had a look at libpurple-sharp which are .NET bindings for libpurple. Even if the project hasn't released a

Android Whatsapp/Chat Examples [closed]

懵懂的女人 提交于 2019-11-28 02:33:10
Does anybody have an example or a tutorial for a Android application like WhatsApp ? I want to understand how WhatsApp works and how it is programmed. I want to see an example that uses a message-chat-system with "online"-status and "read the message" -information. I used Google but I found nothing. Maybe someone has a tip. Thanks. If you are looking to create an instant messenger for Android, this code should get you started somewhere. Excerpt from the source : This is a simple IM application runs on Android, application makes http request to a server, implemented in php and mysql, to

Android Whatsapp/Chat Examples [closed]

这一生的挚爱 提交于 2019-11-27 04:55:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Does anybody have an example or a tutorial for a Android application like WhatsApp ? I want to understand how WhatsApp works and how it is programmed. I want to see an example that uses a message-chat-system with "online"-status and "read the message" -information. I used Google but I found nothing. Maybe