Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
TeCNoYoTTa #1
Member since May 2009 · 18 posts
Group memberships: Members
Show profile · Link to this post
Subject: Sending My own Packets stop after a while
hello All

i am trying to send my own packets but after sending few packets it stops

packet is sent like this

<message xmlns="jabber:client" from="tecnoyotta@gmail.com/agsXMPP845F7920" to="mans.fcis@gmail.com"><PDFStatus xmlns="SZ:PDFS"><PAGE>0</PAGE><ZOOM>109</ZOOM><HScroll>-5.51972913742065</HScroll><VScroll>609.336791992188</VScroll></PDFStatus><nos:x xmlns:nos="google:nosave" value="disabled" /><arc:record xmlns:arc="http://jabber.org/protocol/archive" otr="false" /></message>

but after sending some packets

all packets be like that

<message xmlns="jabber:client" from="tecnoyotta@gmail.com/agsXMPP845F7920" to="mans.fcis@gmail.com">

and chat dont work fine after this problem
Avatar
TeCNoYoTTa #2
Member since May 2009 · 18 posts
Group memberships: Members
Show profile · Link to this post
i noticed that this error comes !!!
            <message to="mans.fcis@gmail.com">
              <PDFStatus xmlns="SZ:PDFS">
                <PAGE>0</PAGE>
                <ZOOM>109</ZOOM>
                <HScroll>-5.51972913742065</HScroll>
                <VScroll>582.454284667969</VScroll>
              </PDFStatus>
            </message>
            <message xmlns="jabber:client" from="mans.fcis@gmail.com" to="tecnoyotta@gmail.com/agsXMPP845F7920" type="error">
              <PDFStatus xmlns="SZ:PDFS">
                <PAGE>0</PAGE>
                <ZOOM>109</ZOOM>
                <HScroll>-5.51972913742065</HScroll>
                <VScroll>591.415100097656</VScroll>
              </PDFStatus>
              <error code="503" type="cancel">
                <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
              </error>
            </message>
Avatar
TeCNoYoTTa #3
Member since May 2009 · 18 posts
Group memberships: Members
Show profile · Link to this post
i tried using the full stanzas

<message xmlns="jabber:client" from="mans.fcis@gmail.com/agsXMPPD46F0421" to="tecnoyotta@gmail.com/agsXMPPAB73A248" type="error">
                    <PDFStatus xmlns="SZ:PDFS">
                      <PAGE>1</PAGE>
                      <ZOOM>109</ZOOM>
                      <HScroll>-5.50731134414673</HScroll>
                      <VScroll>423.867919921875</VScroll>
                    </PDFStatus>
                    <error code="503" type="cancel">
                      <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
                    </error>
                  </message>

but also the problem remains
Avatar
TeCNoYoTTa #4
Member since May 2009 · 18 posts
Group memberships: Members
Show profile · Link to this post
i tried using another server than Gmail ... (alpha-labs.net)

and it worked probebly
Avatar
Alex #5
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
In reply to post #3
Quote by TeCNoYoTTa:
<error code="503" type="cancel">
     <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
</error>

this error normally means that the resource you send the message to is unavailable (went offline).

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS