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/XMPP | |
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 'ClientHamr/XMPP')
-rw-r--r-- | ClientHamr/XMPP/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ClientHamr/XMPP/README b/ClientHamr/XMPP/README index 747fdcd..d85ecb3 100644 --- a/ClientHamr/XMPP/README +++ b/ClientHamr/XMPP/README | |||
@@ -1 +1,5 @@ | |||
1 | Viewer integration with XMPP, and using it for as many services as it can. \ No newline at end of file | 1 | Viewer integration with XMPP, and using it for as many services as it can. |
2 | |||
3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other | ||
4 | related stuff on. We should do so. | ||
5 | |||