This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

XMPP Client : Problem in connection to server sl_NetAppXmppConnect() in CC3200

Other Parts Discussed in Thread: CC3200

I have been trying to  run XMPP client example. There is a bug in wlanconnect() function at line 632. It makes connection in default Open type and sets password to "". This can be corrected by changing those three lines with 

secParams.Key = SECURITY_KEY;
secParams.KeyLen = strlen(SECURITY_KEY);
secParams.Type = SECURITY_TYPE;

There seems some problem at line 755 . The function sl_NetAppXmppConnect() always returns -1.  Now this can also be due to CC3200 not being able to connect to google server.  

If  someone finds some solution then kindly let me know. 

Hemant Savla