diff options
author | Lance Stout <lancestout@gmail.com> | 2010-06-22 23:09:50 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-06-22 23:22:50 -0400 |
commit | 646a609c0b4e19203b4e2190df9b58fbe40c43fb (patch) | |
tree | 461c08742314f1d017a7e38d1f40e3f671f65770 /sleekxmpp/plugins/__init__.py | |
parent | 8bb0f5e34c443a9efc05dadb2a77a95ac94c2c98 (diff) | |
download | slixmpp-646a609c0b4e19203b4e2190df9b58fbe40c43fb.tar.gz slixmpp-646a609c0b4e19203b4e2190df9b58fbe40c43fb.tar.bz2 slixmpp-646a609c0b4e19203b4e2190df9b58fbe40c43fb.tar.xz slixmpp-646a609c0b4e19203b4e2190df9b58fbe40c43fb.zip |
Added plugin and tests for XEP-0033, Extended Stanza Addresses.
XEP-0033 can be useful for interacting with XMPP<->Email gateways.
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index 674c3de2..fbc5e014 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -17,4 +17,4 @@ along with SleekXMPP; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA """ -__all__ = ['xep_0004', 'xep_0030', 'xep_0045', 'xep_0050', 'xep_0078', 'xep_0085', 'xep_0092', 'xep_0199', 'gmail_notify', 'xep_0060'] +__all__ = ['xep_0004', 'xep_0030', 'xep_0033', 'xep_0045', 'xep_0050', 'xep_0078', 'xep_0085', 'xep_0092', 'xep_0199', 'gmail_notify', 'xep_0060'] |