Menu

Tree [2b491a] master /
 History

HTTPS access


File Date Author Commit
 ics 2011-07-07 Johannes Buchner Johannes Buchner [2b491a] added sf logo
 ics-ice 2011-07-07 Johannes Buchner Johannes Buchner [2b491a] added sf logo
 ics-xmpp 2011-07-07 Johannes Buchner Johannes Buchner [2b491a] added sf logo
 .build.sh 2009-02-22 johannes johannes [470d71] rebuild less often
 .gitignore 2009-07-26 Dominik Dorn Dominik Dorn [6825ea] Merge commit 'ea103b8724324f7108034b2053c22dccf...
 gpl-3.0.txt 2009-06-27 Johannes Buchner Johannes Buchner [a1c74f] updated license
 license 2009-07-26 Dominik Dorn Dominik Dorn [6825ea] Merge commit 'ea103b8724324f7108034b2053c22dccf...
 readme 2009-11-15 Johannes Buchner Johannes Buchner [c0a2f0] added some doc/info on what it is about

Read Me

=============================================
InterClient Communication Service
=============================================

The task of the InterClient Communication Service (ics) is to provide a
commmunication layer based on the network for communication between users
based on messages and objects.


Furthermore, it provides a method of addressing content: A user can be asked for a 
content by a name (called "file name", but the mapping is programmable and not 
strictly bound to files). The transfer, progress and control over it is also handled.

The ics is meant to be network platform independent. Currently, the service has 
implementations for XMPP.

Why not use an existing library for XMPP?
-------------------------------------------
ics-xmpp is based on a very good and popular XMPP library, Smack.