blob: fb83fec75e4f4d52e7bc5a810b71f5676dc728bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
=====================
The Meanwhile Project
=====================
http://meanwhile.sourceforge.net/
Christopher (siege) O'Brien <siege@preoccupied.net>
Meanwhile is a library for connecting to a LIM (Lotus Instant
Messaging, formerly Lotus Sametime, formerly VPBuddy) community. It
uses a protocol based in part off of the IMPP draft(*1), and in part
off of traces of TCP sessions from existing clients.
Meanwhile-python is a set of Python wrappers for the Meanwhile library
The gaim-meanwhile plugin allows Gaim to connect to a Lotus Sametime
(tm) community using a compiled-in version of libMeanwhile.
See INSTALL for instructions on building and installing
=======
License
=======
Meanwhile and Meanwhile-python are released under the LGPL. See
LICENSE for the full license text and terms.
Meanwhile-gaim is released under the GPL
=========
Footnotes
=========
(*1) draft-houri-sametime-community-client-00.txt submitted to the
IETF as a draft proposal for the IMPP working group charter.
|