Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My question is how to configure GWT-Strophe ? I've already searched many GWT XMPP clients and trying to use gwt-strophe I've already looked at GWT XMPP client using GWT-Strophe. Problem is window.Strophe is undefined. May be there is something i must include?

share|improve this question

1 Answer

Yes, you need to include the native JS lib : strophe.min.js You can do it by adding a JS script into the HTML (head part), for example:

<script type="text/javascript" language="javascript" src="js/strophe.min.js"></script>

This line should be before the script line for ...nocache.js

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.