From 01189376e29663174e6c525f4ec35734b4e84031 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 9 Apr 2012 21:41:59 -0400 Subject: Add initial support for XEP-0153. --- 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 b0aa5409..9ad3fbba 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -40,6 +40,7 @@ __all__ = [ 'xep_0115', # Entity Capabilities 'xep_0118', # User Tune 'xep_0128', # Extended Service Discovery + 'xep_0153', # vCard-Based Avatars 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname 'xep_0184', # Message Receipts -- cgit v1.2.3