aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-08 05:56:22 +1000
committerDavid Walter Seikel2014-05-08 05:56:22 +1000
commita4dcdd686e3dcc087df931a474b9e3988ab64aae (patch)
treeec590f164626db804c7dfc675dea6f8a15c448fb /docs
parenteo_add_custom() is the way. (diff)
downloadSledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.zip
SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.gz
SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.bz2
SledjHamr-a4dcdd686e3dcc087df931a474b9e3988ab64aae.tar.xz
Introducing purkle. B-)
Diffstat (limited to 'docs')
-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.