pyxmpp2 icon indicating copy to clipboard operation
pyxmpp2 copied to clipboard

Requesting server-generated resource - Error

Open x011 opened this issue 8 years ago • 1 comments

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: [email protected] 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.

x011 avatar Sep 22 '15 20:09 x011

On 2015-09-22 22:18, x011 wrote:

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: [email protected] mailto:[email protected] 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.

It seems the server doesn't handle the XMPP protocol well, at least at the 'resource binding' stage.

Try providing the resource part in your jid, e.g.:

Your jid: [email protected]/Test

Greets, Jacek

Jajcus avatar Sep 23 '15 06:09 Jajcus