Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
4
votes
2answers
183 views

Aiming Calculation at Tower-Defense

I'm building a little tower-defense game with some friends in Java. Now I'm assigned with the logic for towers and at the moment I'm trying to figure out how a tower has to turn to aim and hit a ...
4
votes
3answers
191 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
1answer
462 views

javascript or PHP option to detect AIM status

The website is http://www.ipalaces.org/support/ The code I use for the status indicators is <img ...
3
votes
2answers
61 views

How do I set up git so that I get a message through gchat or aim that someone pushed onto the server?

What do I need to set up the server so that I get an update message through gchat/aim? Do I just set up a client on the server and use a hook combined with a script?
2
votes
0answers
118 views

AIM <-> Google Talk… how?

How do I allow someone that uses the AIM desktop client to chat with someone else using the Google Talk desktop client? The trick is that I don't want to have them have to change clients. Long ago I ...
2
votes
2answers
1k views

Is there any AIM API for PHP that would allow a user to set their status from a website?

Some users on a site I have been working on have requested the ability to allow the server to set their aim status when they are listening to a song though our flash music player. I looked at the AIM ...
1
vote
0answers
173 views

What happened to the AIM SDK?

I can no longer find a proper download for the AIM SDK. I've searched and searched everywhere but all I get are results for dev.aol.com and some guy's dead blog, neither of which provide the SDK. I ...
1
vote
0answers
318 views

How do I successfully start a web aim session using the aim web server API on android?

(quick side question: if you were going to write an android aim client(just for yourself, not necessarily for mass consumption), is the server API the way to go? It's what I've been focusing on.) ...
1
vote
1answer
625 views

AIM 7 uses .aba file - need to extract it

Since AIM 7 beta 2, and now onto AIM 7 beta 6, and GM - AIM has started to use a new .aba file format for keeping files in. The files used to be located in a folder that we could access in program ...
1
vote
2answers
858 views

Authentication Required - Problems Establishing AIM OSCAR Session using Python

I'm writing a simple python script that will interface with the AIM servers using the OSCAR protocol. It includes a somewhat complex handshake protocol. You essentially have to send a GET request to a ...
0
votes
1answer
59 views

How to switch to Amazon MWS from AIM?

I recently discovered that Amazon will be gradually shifting to their MWS system soon, and that if I want to incorporate all of our European Amazon accounts into one marketplace, I will need to be ...
0
votes
0answers
97 views

Authentication problem (HTTP 401) connecting to AIM with C#

I am trying to connect to AIM using C#. I am receiving a 401 (authentication required) HTTP response. How might I resolve this? ...
0
votes
0answers
26 views

Start Intent for AIM when address is tapped

In the directory portion of my app, I have a AIM address listed. I'd like to do a "linkify" like action to it that would open a conversation in an AIM client if one was present on the device. Is ...
0
votes
0answers
50 views

Sending a AIM message via an Intent

I'm trying to send a one line AIM message via an intent. Once I found an IM client that had an appropriate IntentFilter declared (Meebo, in this case), it was no problem to get it to launch a window ...
0
votes
2answers
100 views

How would i make AIM/MSN connectivity in the PHP

How do I make robot connect AIM/MSN and stay connected, and respond to a message with a PHP function ? I can't seem to find even an AIM function that would work or isn't from 2001
0
votes
2answers
132 views

Complex Names with Authorize.net AIM

How do the rest of you handle complex names when submitting a transaction to Authorize.net using AIM? Nearly every ecommerce application on the planet asks the user to fill in the "Name as it appears ...
0
votes
1answer
207 views

SMS message to AIM screen name

Is it possible to send a SMS text message to a AIM screen name? I am trying to do this in my Android application.
0
votes
1answer
92 views

Robot for AIM, Samtime, OCS, etc

we know Google supplied some robots of gtalk , such as en2de@bot.talk.google.com which translates the messages you send to it from english to german. And I want to know are there any robot IM ...
0
votes
1answer
165 views

Creating a bot for AOL Instant Messenger

I'm interested in writing a bot for AOL Instant Messenger (kind of like SmarterChild.) What free or open source products are available to facilitate the writing of bots such as this?
0
votes
1answer
49 views

Service/Product to enable users on my Web App to invite friends (e.g. Hotmail, Yahoo Messenger, Gmail, AIM, etc)

I'm building a consumer web application and want to enable my users to invite their friends/contacts from popular email (e.g gmail, yahoo, hotmail) and social networking services to join my service. ...
0
votes
2answers
215 views

A pre-coded web-based client that can connect to OSCAR/AIM and/or GCHAT that I can host on my web server?

Does anyone know of a readymade web-based client that I can host on my personal web server to be able to connect to AIM? I guess I'm looking for more of a solution like gmail-lite (a php coded client ...
0
votes
3answers
181 views

Legality of 3rd party IM APIs

Is it legal to write instant message software that implements MSN Messener, Yahoo! Messener, or AIM protocols and receive money for it through ads?
-1
votes
2answers
180 views

How can I make an automated AIM system using python?

How can I make an automated AOL Instant Messaging system using python? It would take in input, process the input and then respond to that input!