aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 16:53:05 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 16:53:05 +0000
commit389bec1132aea986e327e984bc5b176bcbc02d04 (patch)
tree824ae650e30c488eb96107882a44bdbef7159042
parentc76d0d02c1b459dd971d412955372529b24ab00a (diff)
downloadqxmpp-389bec1132aea986e327e984bc5b176bcbc02d04.tar.gz
add an "AUTHORS" file
-rw-r--r--AUTHORS12
-rw-r--r--README4
2 files changed, 14 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 00000000..f80ffbb3
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,12 @@
+QXMPP AUTHORS
+-------------
+
+Manjeet Dahiya <manjeetdahiya@gmail.com>
+ * Initial author of QXmpp
+
+Jeremy Lainé <jeremy.laine@m4x.org>
+ * Co-maintainer of QXmpp
+
+Ian Reinhart Geiser <geiseri@kde.org>
+ * Initial author of Jabber-RPC support.
+
diff --git a/README b/README
index ecf0d964..939f8451 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ABOUT
------
+ABOUT QXMPP
+-----------
QXmpp is cross-platform C++ client library for XMPP. It is based on Qt.