summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-07-30 19:30:01 -0700
committerLance Stout <lancestout@gmail.com>2012-07-30 19:30:01 -0700
commit8009b0485e1205833af03f914721a7789f88e31c (patch)
tree7d89266cb9870ef5bb16e58a59c73c3a86410080 /sleekxmpp/features/__init__.py
parent8742a56b3ed87c2ba6bd67400c1044256dd5578b (diff)
downloadslixmpp-8009b0485e1205833af03f914721a7789f88e31c.tar.gz
slixmpp-8009b0485e1205833af03f914721a7789f88e31c.tar.bz2
slixmpp-8009b0485e1205833af03f914721a7789f88e31c.tar.xz
slixmpp-8009b0485e1205833af03f914721a7789f88e31c.zip
Add stream feature for server support of subscription pre-approvals.
Diffstat (limited to 'sleekxmpp/features/__init__.py')
-rw-r--r--sleekxmpp/features/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sleekxmpp/features/__init__.py b/sleekxmpp/features/__init__.py
index 1ef1e0cf..869de7e9 100644
--- a/sleekxmpp/features/__init__.py
+++ b/sleekxmpp/features/__init__.py
@@ -11,5 +11,6 @@ __all__ = [
'feature_mechanisms',
'feature_bind',
'feature_session',
- 'feature_rosterver'
+ 'feature_rosterver',
+ 'feature_preapproval'
]