503 error codes

133 views
Skip to first unread message

pparks

unread,
Mar 22, 2013, 7:39:37 PM3/22/13
to sleekxmpp-...@googlegroups.com

In some cases my device which supports xmpp doesn't like getting a 503 error code. Thus my question: can this error be the result of my client1 not having an xmpp connection? If so is there anyway to flush this error is this something the device must handle? Is this something the server generate and sends to the device1?


SENT FROM DEVICE:
<iq from="dev...@xmpp.example.com/resource" id="8911" to="cli...@xmpp.example.com" type="set"><open xmlns="http://jabber.org/protocol/ibb" block-size="4096" sid="8911" /></iq>
 
RECEIVED FROM CLIENT and or TIGASE 
<iq to="dev...@xmpp.example.com/resource" from="cli...@xmpp.example.com" type="error" id="8911"><open sid="8911" block-size="4096" xmlns="http://jabber.org/protocol/ibb"/><error code="503" type="cancel"><ser...


Kevin Smith

unread,
Mar 22, 2013, 7:40:57 PM3/22/13
to sleekxmpp-...@googlegroups.com
On Fri, Mar 22, 2013 at 11:39 PM, pparks <fisho...@gmail.com> wrote:
> In some cases my device which supports xmpp doesn't like getting a 503 error
> code. Thus my question: can this error be the result of my client1 not
> having an xmpp connection? If so is there anyway to flush this error is this
> something the device must handle? Is this something the server generate and
> sends to the device1?

Looks like you're sending to the bare JID when you need to be sending
to the full JID to start an IBB session.

/K
Reply all
Reply to author
Forward
0 new messages