Amin Yuddin
Results
2
comments of
Amin Yuddin
I shared the solution in this SO post. http://stackoverflow.com/questions/43938116/send-xmpp-message-with-custom-element-in-message-stanza-using-sleekxmpp
You need to change to the correct cert. Otherwise for workaround, you can ignore the certificate error as following. At this is `__init__` function ``` # Discard SSL Error self.add_event_handler("ssl_invalid_cert",...