-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Any idea what's causing this connection to fail?
INFO:root:-- Resolving address of 'chat.facebook.com'...
INFO:root:-- Connecting to 173.252.122.5:5222...
INFO:root:-- Connected to 173.252.122.5:5222
INFO:root:-- Connected to chat.facebook.com
INFO:root:-- Got stream features
INFO:root:-- TLS connecting
INFO:root:-- TLS connected to using ECDHE-RSA-AES128-SHA cipher TLSv1/SSLv3 (128 bits)
INFO:root:-- Connected to chat.facebook.com
INFO:root:-- Got stream features
INFO:root:-- Authenticated: xxxxxxxxx@chat.facebook.com
INFO:root:-- Connected to chat.facebook.com
INFO:root:-- Got stream features
INFO:root:-- Requesting server-generated resource
.....15 seconds passed and then:
INFO:root:-- Disconnected from ('173.252.122.5', 5222)
I'm using the send_message_client example.py
Thank you.