Skip to content

Commit

Permalink
Merge pull request #1231 from samson0v/master
Browse files Browse the repository at this point in the history
Fixed XMPP Connector lib name
  • Loading branch information
imbeacon authored Nov 16, 2023
2 parents 997afa8 + 9309818 commit bf24c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingsboard_gateway/connectors/xmpp/xmpp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from slixmpp import ClientXMPP
except ImportError:
print("Slixmpp library not found - installing...")
TBUtility.install_package("bleak")
TBUtility.install_package("slixmpp")
from slixmpp import ClientXMPP

from slixmpp.exceptions import IqError, IqTimeout
Expand Down

0 comments on commit bf24c61

Please sign in to comment.