aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/ClientHamr/README.libpurple4
-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 @@
1Viewer integration with libpurple, using it for generic IM services.
2
3Libpurple is a modular IM system, we could just add a libpurple based IM
4system 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
3XMPP / jabber is a good protocol to base presence, IM, groups, and other 3XMPP / jabber is a good protocol to base presence, IM, groups, and other
4related stuff on. We should do so. 4related stuff on. We should do so.
5
6Libpurple is a modular IM system, we could just add a libpurple based IM
7system to the viewer, and use that for the XMPP integration.