For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
Login Issue
Posted: 18 August 2009 05:12 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-08-18

While diagnosing some login problems in our server, we came across an issue with the OneTeam for iPhone client.  Specifically, when negotiating the “session” feature during stream initialization, the client is not including an “id” attribute on the IQ.  This is causing the server is then rejecting the request, which effectively prohibits the client from being used.

Regards,
Jack

Profile
 
 
Posted: 11 March 2010 07:44 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  3
Joined  2010-03-11

Was this issue ever looked at?  Trying to connect to an account on jabber.com and wondering if this is my issue as well.

RFC 3920:
# The ‘id’ attribute is REQUIRED for IQ stanzas.

Does anyone know of any other issues with jabber.com or other corporate users of XCP servers?

Profile
 
 
Posted: 11 March 2010 07:52 PM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  600
Joined  2006-11-12

This issue was solved long time.
We are not aware of any other problems.

Profile
 
 
Posted: 11 March 2010 07:57 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  3
Joined  2010-03-11

Thank you for the quick reply.  Can I send you an account on jabber.com to try perhaps?  I get the Invalid JID error when I try to connect.

Profile
 
 
Posted: 11 March 2010 08:09 PM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  600
Joined  2006-11-12

If you want but it had been checked by people at Cisco.

Profile
 
 
Posted: 11 March 2010 11:47 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  3
Joined  2010-03-11

I am trying to use plain username/password iq:auth to authenticate with my local server:

<iq id=‘auth_1’ type=‘result’><query ><username>sk</username></query></iq>

The client is sending back <digest> auth even though it was not offered by the server:

<iq id=‘171b70001c6aaa’ type=‘set’><query ><username>sk</username><digest>2373FDFD727ECC27371A4363DBC9B3FDC3F3ACA4</digest><resource>ot</resource></query></iq>

I switch my server to offer <digest> iq:auth, but unfortunately it expects the hash to be all lower-case per XEP-78 (which the server should really be double-checking). 

Any chance there is a client flag to allow plain username/pw iq:auth?  I am currently unable to configure SASL unfortunately.  :)

Profile
 
 
Posted: 12 March 2010 08:40 AM   [ Ignore ]   [ # 6 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  600
Joined  2006-11-12

Yes, we will fix capitalization on digest and add plain auth in next version.

Profile