louisdem / IMKit

Kit that connects to instant messaging networks such as Jabber, GoogleTalk, MSN, ICQ, AIM and Yahoo. There is a server and client applications that perform specific tasks and protocol add-ons.

Home Page:http://dev.osdrawer.net/projects/imkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IM Kit - ReadMe
===============

IM Kit is a kit for Haiku and Zeta (BeOS R5 is no longer supported) that connects to
instant messaging networks such as Jabber, GoogleTalk, MSN, ICQ, AIM and Yahoo and
creates a connection between your contacts and People files.

== Building the code ==

IM Kit uses a Jam-based build system.
All you need to do is:

$ ./configure
$ jam -q

And then, to install:

$ jam -q install

If you want to uninstall:

$ jam -q uninstall

To build a .zip archive:

$ jam -q imkit

Triggering the post-install script:

$ jam post-install

About

Kit that connects to instant messaging networks such as Jabber, GoogleTalk, MSN, ICQ, AIM and Yahoo. There is a server and client applications that perform specific tasks and protocol add-ons.

http://dev.osdrawer.net/projects/imkit

License:Other


Languages

Language:C++ 78.4%Language:C 15.1%Language:HTML 3.7%Language:Makefile 2.5%Language:CSS 0.2%Language:Python 0.1%Language:Shell 0.0%