Location: home > projects > ToccerME

ToccerME: An AIM Client for J2ME Devices
What?   ToccerME is an AIM Client for Java 2 Micro Edition devices that uses the TOC protocol. It currently only provides the most basic functionality of an IM client: chatting, and the buddy list.

It will only work on devices and networks that support socket connections. Most devices do NOT support socket devices. The best way to check if your phone supports sockets is to check the development info that is usually available on the manufacturer's site.

This was developed using Sun's emulator which supports socket connections. I have not tried it on an devices, so don't blame me if it doesn't work or works very poorly on your favorite phone.

The Goods   License: MIT License (from opensource.org)
MIDP Java Application Descriptor: Toccer.jad
MIDlet JAR file: Toccer.jar
Download the source.
Due to popular demand, I have a version that connects to port 80, look here.

Facts   Platforms: Java 2 Micro Edition, MIDP 1.0
Language: Java
Tools: Java 2 SDK, Java2 Micro Edition Wireless Toolkit, Sun ONE Studio
Current Version: 0.1
Status: active

Todo  
  1. Save login info.
  2. View buddy info.
  3. Ability to set status (away/available).
  4. Some additional error related code.
  5. Pretty icons.