Add support for XEP-0256: Last Activity in Presence

This commit is contained in:
Lance Stout
2012-06-22 21:13:30 -07:00
parent 82698672bb
commit 69ddeceb49
4 changed files with 80 additions and 0 deletions

View File

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