diff options
author | David Walter Seikel | 2014-05-08 05:56:22 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-08 05:56:22 +1000 |
commit | a4dcdd686e3dcc087df931a474b9e3988ab64aae (patch) | |
tree | ec590f164626db804c7dfc675dea6f8a15c448fb /docs/ClientHamr | |
parent | eo_add_custom() is the way. (diff) | |
download | SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.zip SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.gz SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.bz2 SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.xz |
Introducing purkle. B-)
Diffstat (limited to '')
-rw-r--r-- | docs/ClientHamr/README.libpurple | 4 | ||||
-rw-r--r-- | docs/ClientHamr/README.purkle (renamed from docs/ClientHamr/README.XMPP) | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/ClientHamr/README.libpurple b/docs/ClientHamr/README.libpurple deleted file mode 100644 index 4e14b9b..0000000 --- a/docs/ClientHamr/README.libpurple +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | Viewer integration with libpurple, using it for generic IM services. | ||
2 | |||
3 | Libpurple is a modular IM system, we could just add a libpurple based IM | ||
4 | system to the viewer, and use that for the XMPP integration. | ||
diff --git a/docs/ClientHamr/README.XMPP b/docs/ClientHamr/README.purkle index 53058b2..78ab2bb 100644 --- a/docs/ClientHamr/README.XMPP +++ b/docs/ClientHamr/README.purkle | |||
@@ -2,3 +2,6 @@ Viewer integration with XMPP, and using it for as many services as it can. | |||
2 | 2 | ||
3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other | 3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other |
4 | related stuff on. We should do so. | 4 | related stuff on. We should do so. |
5 | |||
6 | Libpurple is a modular IM system, we could just add a libpurple based IM | ||
7 | system to the viewer, and use that for the XMPP integration. | ||