diff options
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. | ||