Skip to content

Commit

Permalink
Swap to SleekXMPP-FS, a fork built specifically for sucks
Browse files Browse the repository at this point in the history
This fork of SleekXMPP disables certificate validation to work around wpietri#62 and wpietri#45

This fix should be seen as a temporary hack until we figure out a long term solution.
  • Loading branch information
OverloadUT committed Apr 18, 2019
1 parent dde7544 commit 9d5a1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# https://packaging.python.org/en/latest/requirements.html

install_requires=[
'sleekxmpp>=1.3',
'sleekxmppfs>=1.3.4',
'click>=6',
'requests>=2.18',
'pycryptodome>=3.4',
Expand Down
6 changes: 3 additions & 3 deletions sucks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

import requests
import stringcase
from sleekxmpp import ClientXMPP, Callback, MatchXPath
from sleekxmpp.xmlstream import ET
from sleekxmpp.exceptions import XMPPError
from sleekxmppfs import ClientXMPP, Callback, MatchXPath
from sleekxmppfs.xmlstream import ET
from sleekxmppfs.exceptions import XMPPError

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 9d5a1d2

Please sign in to comment.