From 55e50ad9798247f1730ae51ebe39e9ebf3a643a9 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 12 Feb 2013 01:30:44 -0800 Subject: Add XEP-0079 Advanced Message Processing plugin. --- sleekxmpp/plugins/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/__init__.py') diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index c2d89c46..61b5ff9c 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -35,6 +35,7 @@ __all__ = [ 'xep_0066', # Out of Band Data 'xep_0077', # In-Band Registration # 'xep_0078', # Non-SASL auth. Don't automatically load + 'xep_0079', # Advanced Message Processing 'xep_0080', # User Location 'xep_0082', # XMPP Date and Time Profiles 'xep_0084', # User Avatar -- cgit v1.2.3