Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
ruin1998 #1
Member since Oct 2013 · 4 posts
Group memberships: Members
Show profile · Link to this post
Subject: Error message after login successfully
Thanks in advance. xml added as below,

  1. Send: <iq id="agsXMPP_1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource>agsXMPP</resource></bind></iq>
  2.  
  3. Recv: <iq xmlns="jabber:client" to="host3.stis.co.kr/944c0092" id="agsXMPP_1" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>p.testserver@host3.stis.co.kr/agsXMPP</jid></bind></iq>
  4.  
  5. Send: <iq id="agsXMPP_2" type="set" to="host3.stis.co.kr"><session xmlns="urn:ietf:params:xml:ns:xmpp-session" /></iq>
  6.  
  7. Recv: <iq xmlns="jabber:client" to="p.testserver@host3.stis.co.kr/agsXMPP" id="agsXMPP_2" type="result" from="host3.stis.co.kr" />
  8.  
  9. Send: <iq id="agsXMPP_3" type="get" to="host3.stis.co.kr"><query xmlns="jabber:iq:agents" /></iq>
  10.  
  11. Send: <iq id="agsXMPP_4" type="get"><query xmlns="jabber:iq:roster" /></iq>
  12.  
  13. Recv: <iq xmlns="jabber:client" to="p.testserver@host3.stis.co.kr/agsXMPP" id="agsXMPP_3" type="error" from="host3.stis.co.kr"><query xmlns="jabber:iq:agents" /><error type="cancel" code="501"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /></error></iq>
  14.  
  15. Recv: <iq xmlns="jabber:client" to="p.testserver@host3.stis.co.kr/agsXMPP" id="agsXMPP_4" type="result"><query xmlns="jabber:iq:roster"><item subscription="none" jid="p.test1@host3.stis.co.kr" name="p.test1" /><item subscription="none" jid="p.test3@host3.stis.co.kr" name="p.test3" /></query></iq>
This post was edited on 2013-10-11, 07:08 by Alex.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
the server replies with an error that it does not support the agents feature. Everything is fine with this, you can ignore this error.
Agents were used in the old jabber days. We don't need them anymore since years in XMPP. Set AutoAgents to false when you don't need them.

Alex
Avatar
ruin1998 #3
Member since Oct 2013 · 4 posts
Group memberships: Members
Show profile · Link to this post
Subject: A lot of thanks for your support
fine now.

Set AutoAgents to false.
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