Change packaging for XEP-0256 to just a single file.

This commit is contained in:
Lance Stout 2012-06-22 21:25:37 -07:00
parent 69ddeceb49
commit 5027d00c10
3 changed files with 0 additions and 15 deletions

View file

@ -93,7 +93,6 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0224', 'sleekxmpp/plugins/xep_0224',
'sleekxmpp/plugins/xep_0231', 'sleekxmpp/plugins/xep_0231',
'sleekxmpp/plugins/xep_0249', 'sleekxmpp/plugins/xep_0249',
'sleekxmpp/plugins/xep_0256',
'sleekxmpp/plugins/xep_0258', 'sleekxmpp/plugins/xep_0258',
'sleekxmpp/features', 'sleekxmpp/features',
'sleekxmpp/features/feature_mechanisms', 'sleekxmpp/features/feature_mechanisms',

View file

@ -1,14 +0,0 @@
"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
from sleekxmpp.plugins.base import register_plugin
from sleekxmpp.plugins.xep_0256.last_activity import XEP_0256
register_plugin(XEP_0256)