From dfff19ffbfecae9817437121ed1d8bfb9d847800 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 24 Sep 2012 22:59:19 -0700 Subject: Add XEP-0297: Stanza Forwarding support --- 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 ed82c185..f09a26f1 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -68,5 +68,6 @@ __all__ = [ 'xep_0258', # Security Labels in XMPP 'xep_0270', # XMPP Compliance Suites 2010 'xep_0279', # Server IP Check + 'xep_0297', # Stanza Forwarding 'xep_0302', # XMPP Compliance Suites 2012 ] -- cgit v1.2.3