jakeapp ics
Status: Beta
Brought to you by:
johannesbuchner
File | Date | Author | Commit |
---|---|---|---|
ics | 2011-07-07 |
![]() |
[2b491a] added sf logo |
ics-ice | 2011-07-07 |
![]() |
[2b491a] added sf logo |
ics-xmpp | 2011-07-07 |
![]() |
[2b491a] added sf logo |
.build.sh | 2009-02-22 |
![]() |
[470d71] rebuild less often |
.gitignore | 2009-07-26 |
![]() |
[6825ea] Merge commit 'ea103b8724324f7108034b2053c22dccf... |
gpl-3.0.txt | 2009-06-27 |
![]() |
[a1c74f] updated license |
license | 2009-07-26 |
![]() |
[6825ea] Merge commit 'ea103b8724324f7108034b2053c22dccf... |
readme | 2009-11-15 |
![]() |
[c0a2f0] added some doc/info on what it is about |
============================================= 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.