summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/xmlstream/filesocket.rst12
-rw-r--r--docs/index.rst1
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/api/xmlstream/filesocket.rst b/docs/api/xmlstream/filesocket.rst
new file mode 100644
index 00000000..35f44019
--- /dev/null
+++ b/docs/api/xmlstream/filesocket.rst
@@ -0,0 +1,12 @@
+.. module:: sleekxmpp.xmlstream.filesocket
+
+.. _filesocket:
+
+Python 2.6 File Socket Shims
+============================
+
+.. autoclass:: FileSocket
+ :members:
+
+.. autoclass:: Socket26
+ :members:
diff --git a/docs/index.rst b/docs/index.rst
index cb5b327e..d5b83cbe 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -114,6 +114,7 @@ API Reference
api/basexmpp
api/xmlstream/stanzabase
api/xmlstream/tostring
+ api/xmlstream/filesocket
Additional Info
---------------