Add support for XEP-0027
This commit is contained in:
5
sleekxmpp/thirdparty/__init__.py
vendored
5
sleekxmpp/thirdparty/__init__.py
vendored
@@ -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
1017
sleekxmpp/thirdparty/gnupg.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user