diff options
author | Robert Robinson <rerobins@gmail.com> | 2015-09-17 16:21:13 -0600 |
---|---|---|
committer | Robert Robinson <rerobins@gmail.com> | 2015-09-17 16:21:13 -0600 |
commit | 329cb5a9f846ca0ce38c0d5730ba7da8480e50ae (patch) | |
tree | 926260fff758119ac2499cac13cba0f6e039cdec /sleekxmpp | |
parent | d9b47b33f5101b52e781780f1a9685c7281b3015 (diff) | |
download | slixmpp-329cb5a9f846ca0ce38c0d5730ba7da8480e50ae.tar.gz slixmpp-329cb5a9f846ca0ce38c0d5730ba7da8480e50ae.tar.bz2 slixmpp-329cb5a9f846ca0ce38c0d5730ba7da8480e50ae.tar.xz slixmpp-329cb5a9f846ca0ce38c0d5730ba7da8480e50ae.zip |
Add 0122 to plugin/__init__.py __all__
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index 2c90d357..f501687b 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -47,6 +47,7 @@ __all__ = [ 'xep_0108', # User Activity 'xep_0115', # Entity Capabilities 'xep_0118', # User Tune + 'xep_0122', # Data Forms Validation 'xep_0128', # Extended Service Discovery 'xep_0131', # Standard Headers and Internet Metadata 'xep_0133', # Service Administration |