Add support for XEP-0235: OAuth over XMPP

This commit is contained in:
Lance Stout
2012-09-04 19:42:49 -07:00
parent 357406d801
commit a88b9737ff
5 changed files with 130 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0221',
'sleekxmpp/plugins/xep_0224',
'sleekxmpp/plugins/xep_0231',
'sleekxmpp/plugins/xep_0235',
'sleekxmpp/plugins/xep_0249',
'sleekxmpp/plugins/xep_0258',
'sleekxmpp/features',