Add support for XEP-0027

This commit is contained in:
Lance Stout
2012-04-06 15:13:04 -04:00
parent e0dd9c3618
commit 9c61c2882f
7 changed files with 1284 additions and 0 deletions

View File

@@ -3,5 +3,10 @@ try:
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict
try:
from gnupg import GPG
except:
from sleekxmpp.thirdparty.gnupg import GPG
from sleekxmpp.thirdparty import suelta
from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso

1017
sleekxmpp/thirdparty/gnupg.py vendored Normal file

File diff suppressed because it is too large Load Diff