diff options
author | David Walter Seikel | 2012-01-04 19:47:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 19:47:42 +1000 |
commit | 65efb4559cdf5225103837d1c9c0328b6479bba7 (patch) | |
tree | f5790af0f7fc97b98f7d998a49e9674d7a1172b1 /ClientHamr/libpurple/README | |
parent | Make some plans. (diff) | |
download | SledjHamr-65efb4559cdf5225103837d1c9c0328b6479bba7.zip SledjHamr-65efb4559cdf5225103837d1c9c0328b6479bba7.tar.gz SledjHamr-65efb4559cdf5225103837d1c9c0328b6479bba7.tar.bz2 SledjHamr-65efb4559cdf5225103837d1c9c0328b6479bba7.tar.xz |
README files should include at least a basic description of what it's all about. Filled them in.
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/libpurple/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ClientHamr/libpurple/README b/ClientHamr/libpurple/README index f834a30..f86870b 100644 --- a/ClientHamr/libpurple/README +++ b/ClientHamr/libpurple/README | |||
@@ -1 +1,5 @@ | |||
1 | Viewer integration with libpurple, using it for generic IM services. \ No newline at end of file | 1 | Viewer integration with libpurple, using it for generic IM services. |
2 | |||
3 | Libpurple is amodular IM system, we could just add a libpurple based IM | ||
4 | system to the viewer, and use that for the XMPP integration. | ||
5 | |||