I want to build a MVC structured mobile app with backbonejs. I searched the web for information and I only found the strophe backbone plugins for:
strophe.pubsub.js
strophe.forms.js
strophe.vcard.js
strophe.private.js
strophe.roster.js
Can I run into problems with using backbone.js and Strophe together?
You are probably referring to my own strophe.plugins. Those will of course work fine out of the box, in addition they are fully test-covered. You can of course use any other plugin with Strophe, it does not collide with Backbone in any way.
Keep in mind strophe.plugins while independently working, were written to be used together with Backbone.xmpp. I wrote that library to allow you to sync your Backbone models/collections with XMPP PubSub nodes, giving you real-time events on all your clients.
Here’s a demo of how that works in practice with two clients.