1
vote
2answers
60 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 G …
0
votes
1answer
63 views
android IM CLIENT not working on emulator
i am not able to test im client application on emulator...any help in this regard...?
0
votes
2answers
185 views
Jabber-net integration
Hello All,
I'd like to ask your help regarding having a Google Talk Bot that will communicate with my code on my server.
I have downloaded Jabber-Net from code.google.com, but th …
0
votes
1answer
230 views
best java jabber client library
What good/bad experiences do you have with java jabber libraries?
4
votes
9answers
950 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: …
3
votes
19answers
356 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.
…
2
votes
3answers
1k 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?
…
0
votes
1answer
66 views
How does an IM service such as “digsby” works?
I would like to create an IM that includes Facebook chat, I've been looking around for sometime but I haven't been able to find out how can this be done. How do services such as "D …
0
votes
1answer
19 views
What scenarios are enabled by scripting or automating an IM client?
What can I do with an API for an IM client?
Why do I want this? What new scenarios are opened up?
How can I take advantage of it?
Is it something I can graft into existing apps …
1
vote
1answer
313 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 res …
2
votes
6answers
221 views
What’s a good freeware collaborative (i.e., multiuser) instant messenger?
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 …
