Can we use XMPP for instant messaging on web and mobile apps? -


i want create instant messaging web application asp.net , mobile app in titanium. can create app using xmpp (e.g. jabber)?

my requirement is: if user sends message website, messages shown on mobile, , vice-versa.

of course possible. can either js xmpp libraries using bosh or websockets, or server side .net libraries in combination realtime channel signalr.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -