This project provides a basic Java implementation of the OSCAR protocol, used by ICQ and AIM clients. Commonly used features such as messaging, status and server buddy lists are supported, making it easy for developers to use this in their own work.
jsJabber is a three step Jabber client written in Javascript. The three steps are:
- socket, a module that allows the browser to create a socket connection with a server
- Jabber lib, a module that exposes methods and events very similar to JabberCom
-