Tagged Questions
The instant-messaging tag has no wiki summary.
7
votes
6answers
2k views
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 ...
6
votes
3answers
182 views
Sending IMs through an API
we're looking at add a new feature to our site which would allow users who want to receive updates about their profile to get them sent directly to their Instant Messaging account (eg. Yahoo, Live ...
6
votes
1answer
3k views
6
votes
4answers
5k views
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 ...
6
votes
20answers
557 views
Do you chat online for work purposes?
I've worked with folks who are chatting online with their peers, constantly batting around ideas. I've also worked with folks who adamantly refuse and think it's a waste of time.
Are online live ...
5
votes
3answers
1k views
Good example of using libpurple?
I have an old machine in my house and one of the things
this machine does is detect whether a particular door in
the house has just opened or closed.
Right now, I have that machine post a tweet on a ...
5
votes
5answers
161 views
Preventing MITM attacks on server
Two clients Alice and Bob use a server to login and exchange messages through the server. On login, they both send their public keys to be stored on the server. When Alice wants to speak to Bob, she ...
5
votes
2answers
1k views
Creating an IM bot
I am trying to create an IM bot and I haven't been able to find the necessary resources.
UPDATE
There was an issue with Imified making gtalk bots not appear online (and not responding), it works ...
4
votes
3answers
192 views
How do “professional” IM bots avoid being kicked off line or locked out?
I'm looking to develop a scalable IM bot (aka Automated Service Agent). It's been done before and I'm wondering what methods are used to maintain reliability. I see two immediate problems with ...
4
votes
9answers
2k views
Email to IM gateway, and other ways to send Instant Messages programmatically
It's very easy to send an email programmatically. For example, in Perl you can do this:
open(MAIL, "|/usr/sbin/sendmail -oi -t") or die;
print MAIL "From: ...\n";
print MAIL "To: ...\n";
print MAIL ...
4
votes
4answers
133 views
Instant Messaging With Priority For Developer Communication
My team communicates a lot with IM. We'll sometimes use IM to ask a question even to someone who's in the next cube over. The reason for this is that we all find that answering an IM is much less ...
3
votes
3answers
57 views
Are there any 'social' extensions for git? Or remotes monitoring tools?
I'm curious whether anyone has written a git extension that handles discussions related to the repository inside the repository itself. It might resemble github's source level comments, or maybe ...
3
votes
2answers
485 views
Instant Message Framework example
Can someone show an example on how to log in to AIM, then send and receive messages using the IMframework?
Thanks!
3
votes
2answers
2k views
Creating an Instante Messenger using XMPP and C#.NET
I've been trying to create an Instant Messaging application in my ASP.NET site using C#. I came to know about XMPP which is a protocol used for instant messaging by GChat. I was wondering how to ...
3
votes
1answer
95 views
How messengers (IM) works (listening)?
My task is to write a Messenger program for both internal and external staffs, I actually made it. However, I thing this is really not a good approach by using the client software keep "check-mesg" ...
3
votes
7answers
422 views
How to build a simple 2-player game, communicating over the internet, with no custom code on any server?
How can I build a simple 2-player game, that communicates over the internet?
I need to solve the problems of:
lookup or rendezvous - two players want to find each other.
ongoing communications. ...
3
votes
7answers
2k views
library for Instant Messaging, like libpurple, but written in C#
Do you know any?
thanks.
UPDATE:
I'm looking for a library that minimum support YM, MSN protocol. preferably free but if it's worth to pay, why not.
3
votes
1answer
1k views
open source instant messenger?
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 ...
3
votes
5answers
716 views
How do I create a chat server that is not driven by polling?
I have created a simple chat server that is driven by client polling. Clients send requests for data every few seconds, and get handed any new messages as well as information about whether their peer ...
3
votes
3answers
1k views
Best XMPP Book? [closed]
I'm trying to learn XMPP (Extensible Messaging and Presence Protocol), and start a project using the technology.
What are some good books out there? What is the best?
Is there a best book for .NET ...
3
votes
4answers
4k views
Real-time chat with push notification
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 ...
3
votes
3answers
3k views
Where can I find an ICQ library for C#?
Is there any (preferably native) C# library which allows me to send some messages via the ICQ protocol? Is there something better than just wrapping libgaim or something?
3
votes
1answer
215 views
Any good team-chat websites?
Are there any good team-chat websites, preferably in Python, ideally with CherryPy or Trac?
This is similar to ...
3
votes
8answers
447 views
What's a good freeware collaborative (i.e., multiuser) instant messenger? [closed]
I'm looking for an app that my development team that is essentially an IM app, but multiple people can be in one "room." Similar to IRC.
Additional requirements (that preclude hosting an IRC ...
2
votes
2answers
67 views
Instant Messenger, basic project in Java
I'm currently working on trying to create a very basic bare bones instant messenger with Java.
I'm at a bit of a loss where to begin, was wondering if anyone here could reccommend a starting point? ...
2
votes
1answer
106 views
iPhone instant message app tutorial
I'm wondering if anyone knows of a place where I can get a tutorial on building a simple IM-style chat app between two iphones? Hopefully involving push notifications, though that's not as necessary.
...
2
votes
1answer
39 views
IM clients (or plugins) with code formatter / highlighter
Can anybody recommend an IM client (Linux / Mac preferred) that either support natively, or via a plugin the ability to format & highlight blocks of code that are pasted in chat windows? I'm ...
2
votes
3answers
184 views
Olark free alternatives
I am looking for something similar to Olark. Such as reall time chat on a website with customers where you can use an IM client. I would also like it to be white label. Does anyone know of any free ...
2
votes
1answer
314 views
multiple skype login using single instance?
Can anyone please tell me how to create multiple instance of skype with different logins.(imo.im for example allows multiple skype users to login and chat).By somehow I read that using Dbus-skype ...
2
votes
2answers
513 views
Differences between Bonjour/Avahi/People-Nearby protocols
I recently discovered, through Ubuntu's empathy im client, that exists a protocol that enables the user to talk with anyone on his actual local network. It seems empathy calls this service "People ...
2
votes
1answer
340 views
Get Presence of Multiple JIDs at once XMPP
I am developing a XMPP application and will be doing a global shared roster so that I don't have to do presence subscription requests. I also need to get the presence of a certain range of JabberIDs ...
2
votes
1answer
131 views
How to get the list of online users on Live Messenger through PHP?
Is it possible to get a list of connected users on msn throw php without using an additional application running on the server?
Basically I don't use msn but sometimes I need to talk with somebody ...
2
votes
1answer
246 views
What instant messaging system would you use, to extend a website with a secure 1:1 chat with their customer services representative?
I need to implement a chat system for a website, so that customers of the can talk to their customer services representatives one-on-one online over the website.
So what I need is a system which ...
2
votes
1answer
300 views
Fastest way to constantly send and receive data between 2 Android phones
What is the fastest way to constantly send and receive data between 2 Android phones?
e.g. long, lat, IM or just some number.
not for an always-on connection or push services. The app is running on ...
2
votes
2answers
525 views
How do Yahoo! Messenger status detectors work?
How do services such as ydetector.com make the difference between invisible users and off-line users?
2
votes
1answer
291 views
Yahoo messenger login
Have you any sample code for login in Yahoo messenger through OpenYMSG using OpenYMSG jar which is on site
http://sourceforge.net/projects/openymsg/
2
votes
6answers
287 views
Creating a Good Notification System for Everything
I would like to have a central place for every type of notification. I'm talking anything and everything. Here are a few example events:
Receive a new email
Unable to ping a server
New Instant ...
2
votes
2answers
435 views
Is it to possible create a simple chat facility using XMPP with Google App Engine?
I would like to create a web IM chat system using Google App Engine using XMPP possibly.
It would allow users of a social network to talk with each other.
Is this possible using GAE?
I haven't used ...
2
votes
3answers
186 views
No response from sever on external IP in client-server IM app
I'm following a tutorial @ http://www.geekpedia.com/tutorial239%5FCsharp-Chat-Part-1---Building-the-Chat-Client.html to try and gather the basics of networking. For those not wanting to hit the jump, ...
2
votes
2answers
303 views
How do I test my TCP protocol app?
When creating apps that interface on various TCP protocols (apart from HTTP), we need to test our app and how it communicates with a real server.
Now typically with shared hosting you can't install ...
2
votes
3answers
644 views
Looking for easy Instant Messaging protocol for own IM-server/service in in Java
I am thinking of implementing an easy Instant Messaging server in Java, but I don't want to create yet another protocol, but instead use an already simple IM-protocol. But I don't know which protocol ...
2
votes
4answers
2k views
How can I get Perl's Jabber::SimpleSend to work with Gmail chat?
I'm trying to write a simple Perl script to send an Instant Message. Jabber seemed like it might be the most conducive protocol. But the following script fails:
#!/usr/bin/env perl
use ...
2
votes
3answers
2k views
Integrating Instant Messaging into an ASP.NET application
I was thinking about integrating some instant messaging function into an existing ASP.NET web application, e.g:
the web application can display the online-status of users (are they currently logged ...
2
votes
7answers
331 views
Distributed corporate collaboration tools
I'm looking for a corporate collaboration tool to help bring together my team, who are geographically and organisationally distributed. Some team members operate on client sites, behind corporate ...
1
vote
2answers
31 views
Is the AMQP protocol suitable for building web based instant messaging applications?
At the moment our infrastructure doesn't support XMPP but this is what the big boys (Facebook, Google) seem to use as their protocol of choice. Is there anything that makes XMPP particularly suited ...
1
vote
1answer
63 views
How to make a very basic instant messaging program in pure Java
Looking online, all resources I found are either useless tutorials, dead threads, or tell the programmer to use external APIs. How can I create a basic instant messenger from the ground up, only using ...
1
vote
2answers
66 views
Can I take advantage of Apple's push notification servers for an instant messaging app?
I am trying to create an instant messaging app for iOS devices. Is it possible to send the messages through the same Apple server as push notifications. Also, I was told jabber was a possibility as ...
1
vote
1answer
105 views
Soft Real Time App with Erlang
I recently started learning Erlang and at this point I'm comfortable with most concepts and syntax. I'd like to continue my learning by using Erlang to build a "simple" instant message application. ...
1
vote
3answers
265 views
Launch Office Communicator from asp.net
On an intranet I am building there is a need to have instant messaging. The client already uses the Office Communicator application so I would like to use that if possible.
The Intranet will have an ...
1
vote
1answer
164 views
C# Instant Messenger Help
I want to start a simple windows P2P instant messenger in C#
I'll put here some questions I need guidance for, in the conceptual and technical aspects.
Let's say the user had successfully logged ...