Questions tagged [instant-messaging]

Instant messaging (IM) is a form of communication over the Internet, that offers quick transmission of text-based messages from sender to receiver.

396 questions
106
votes
2 answers

Android Whatsapp/Chat Examples

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…
user1878413
  • 1,783
  • 4
  • 17
  • 23
29
votes
4 answers

Libpurple can't connect - purple_presence_is_online failed

I am writing myself a small jabber client. I have used code from Libpurple.com and on Linux (Mint) everything works fine. With libraries linked program compiles with no errors and receives messages. But when I use the same code on Windows 7, link…
PhoenixS
  • 906
  • 1
  • 8
  • 22
17
votes
4 answers

Instant Messaging on Android with Google Cloud Messaging

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…
dumazy
  • 11,355
  • 12
  • 54
  • 100
13
votes
6 answers

How to make a basic instant messaging program in pure Java

Reinstating this question with a bounty! I need an example that stays online, like a real instant messenger! It needs to always be ready to receive or send a message to an arbitrary address over an arbitrary port, using TCP. The program must not…
Ben Leggiero
  • 25,904
  • 38
  • 161
  • 267
11
votes
1 answer

Web service providing notifications over multiple transports

I want to enable event notifications for my customers. There are many possible ways to send notifications: emails, sms, XMPP/other IM, pre-recorded voice messages over SIP, phone-specific message push services, REST callbacks etc. I don't want to…
nponeccop
  • 13,141
  • 1
  • 39
  • 101
10
votes
1 answer

best java jabber client library

What good/bad experiences do you have with java jabber libraries?
flybywire
  • 232,954
  • 184
  • 384
  • 491
9
votes
4 answers

How to create an IM bot with C#

Is there an easy way to create an IM bot on multiple im networks (aim, gtalk, yim, etc) that can accept and interpet specific commands sent to it to perform a server related task? Lets say for instance I have a website for managing an rss feed. I…
Sean Chambers
  • 8,150
  • 7
  • 37
  • 55
8
votes
2 answers

How to use ejabberd in android?

I want to use jabberd in android app. I have installed ejabberd server but ejabberd client is not working. Which one is the best ejabberd client?
user847470
  • 433
  • 3
  • 5
  • 8
8
votes
7 answers

Create a link that will open Viber and WhatsApp and will send a message to me

Everyone around used to use IM. On my site I need to put a link that will open given instant messaging application (both on PC and on mobile) and open a send message to my number - and I can't find a way! I suppose to use some URL scheme to do that,…
Alexander
  • 386
  • 1
  • 2
  • 15
7
votes
2 answers

instant messenger implementation for rails?

I have searched for some time investigating several technologies to build an simple instant messaging system for a ruby on rails app. It seems very complicated as I haven't found any implementations that are cross browser or any 1-1 proof of concept…
7
votes
6 answers

Libraries to connect to Instant Messaging (IM) services like Yahoo , MSN, AIM through Java Program

I am looking for some library that will help me connect to IM networks through a Java program. My requirement is as follows: User should be able to login, retrieve friend list, and able to send messages to his friends Messages should be delivered…
aneez
  • 663
  • 1
  • 7
  • 17
7
votes
3 answers

How to build Instant Messenger in iphone

I'm looking into building an IM-type application for iphone using Objective-C . I'd be interested to see any information/advice on how applications like Skype/AIM/MSN work, as well as any technologies/APIs that might be relevant,can any one provides…
satya
  • 135
  • 1
  • 1
  • 8
7
votes
0 answers

Replacement for IMService's notification center in Mavericks?

I would like to monitor the status of one or my buddies in Messages.app. So far I have been using IMService without any problems by registering for IMPersonStatusChangedNotification notifications from the IMService's notification center. But this…
Simon
  • 27,089
  • 8
  • 73
  • 87
7
votes
5 answers

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

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.
Anwar Chandra
  • 8,148
  • 9
  • 42
  • 60
7
votes
4 answers

Is there any public chat database for AI?

I'm writing a 'chat bot' which works by reading a collection of real human chats and responds to input according to the most probable answers from the analysis of the human input, but i need a huge amount of real-life chats for the analysis. My…
Rafael
  • 2,204
  • 2
  • 20
  • 27
1
2 3
26 27