fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

503 Service unavailable witj Custom Stanza and Ejabberd #355

Closed vsidou closed 9 years ago

vsidou commented 9 years ago

Hi,

I wonder if someone could point me out here please. I've installed a fresh version (latest 15.03) and created a few users.

I cloned the latest version of sleekxmpp. I wanted to test the Custom stanza example : https://github.com/fritzy/SleekXMPP/tree/develop/examples/custom_stanzas

I started the custom_stanza_provider.py with an account. I fired the custom_stanza_user.py with another account and pointing to the previous jid (provider). Connection and authentication is fine. But when the parts where it tries to send the custom "Action" IQ i get a 503 service unavailable from Ejabberd. Did i miss something ?

Thank you

vsidou commented 9 years ago

Hi Again,

my bad i was using the username@domain for the target. Instead i should input the full JID including provided id.

I'll close the issue.

Regards

prafulbagai commented 7 years ago

What exactly is the id here? Where did you fetch it from?