Questions tagged [aim]

AOL Instant Messenger (AIM) is an instant messaging and presence computer program.

AOL Instant Messenger (AIM) is an instant messaging and presence computer program. It uses Open System for CommunicAtion in Realtime (OSCAR), TOC/TOC2 and XMPP protocols.

33 questions
6
votes
1 answer

PHP connect to AIM TOC

In the middle of 2010, I found a class library called PHPToCLib. It ran flawlessly for over a year - I was able to implement a tremendous amount of my own, custom code into a an AIM Bot that I could run from my CMD Prompt. However, near the end of…
Alpha Wolf
  • 61
  • 1
6
votes
2 answers

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
ParoX
  • 5,685
  • 23
  • 81
  • 152
5
votes
4 answers

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 private Twitter account. I would now like to give…
Frank Puccino
  • 51
  • 1
  • 2
4
votes
2 answers

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 target monster. Because a monster moves on while the…
Fabian Fritz
  • 390
  • 3
  • 14
4
votes
2 answers

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 scaling: 1) On AIM, you can be kicked off if too many…
Matt
  • 3,483
  • 4
  • 36
  • 46
3
votes
1 answer

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 can't even find anything saying it died, or was…
3
votes
2 answers

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?
newDelete
  • 385
  • 2
  • 10
2
votes
0 answers

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 used Trillian... then Pidgin and now Meebo. But…
altendky
  • 4,176
  • 4
  • 29
  • 39
1
vote
0 answers

How Can We Create A Line Renderer That Moves According To Joystick In Unity3D

I am trying to create a Brawl Stars clone for fun purposes. I created all other mechanics but there's one which i can't seem to figure out. I am trying to create an Aim Bar which will let player know which direction he is currently aiming at... Also…
CsharpUser
  • 31
  • 4
1
vote
2 answers

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 specific URL, receive XML or JSON encoded reply,…
Tuxmentat
  • 1,089
  • 1
  • 9
  • 13
1
vote
1 answer

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 files, however due to "performance increasements",…
steven
  • 13
  • 3
0
votes
2 answers

Flash - SideScroller Turret Math

I'm working on a side scroller, and for the enemy I'm making a turret. I'm trying to make the turret aim at the player but I cant seem to get it right. Below is a rough sketch of what I want to achieve: I want the barrel (dark blue), to aim/rotate…
Oliver Jones
  • 1,420
  • 7
  • 27
  • 43
0
votes
2 answers

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 that connects to gmail, hosted on your web…
James
0
votes
0 answers

aiming a character with a cannon in unity 2d

I divided my character into two layers, the upper body and the lower, I sometimes need to turn off the upper body so that the character can aim at the mouse.How can unity 2d do this?
Andrey231
  • 1
  • 1
0
votes
0 answers

Converting World Coordinates to Yaw and Pitch in Lua

Okay I have calculated (in LUA) the position of the player's bones. local TargetCoords = GetPedBoneCoords("PED", 31086, 0, 0, 0) then I get my camera position (vec3) local cam = GetFinalRenderedCamCoord() and these are the calculations I made to…
1
2 3