For XMPP instant messaging, I am using libstrophe (C library) to automatically create a connection for my users when the login into my site. This happens on the server side. Then on subsequent page re
Im using Strophe attach method to connect to ejabberd (2.1.6开发者_如何学C) with external authentication. Everything works fine after attaching, but when I\'m trying to send a message stanza to some u
I am facing a problem when communicating with the server: [request]<stream:stream to=\"chat.facebook.com\" xmlns:stream=\"http://etherx.jabber.org/streams\" xmlns=\"jabber:client\" version=\"1.0\"
When I am integrating XMPP into my application into my app I am getting an error. Please help me in solving this problem:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Im trying to create a webchat using Jabber. I have installed Openfire and i can login to the admin panel at :9090 so the server is running.
I created a chat applic开发者_如何学编程ation using XMPP framework..when I quit the app(enter background mode) I want to receive the chat message..and also need to display the icon badge...How can I d
We are running a ruby on rails web application(database: mysql) with iphone/android client, with existing users & data. In the upcoming release, we want to add a chat feature, and one solution is:
i am trying application using Xmpp.i created a login page(emailid,password,hostname(talk.google.com)) .this is the first page what i created.After pressing the login button(if successful we will enter
I\'m creating a mobile app that runs on iOS, Android, BB and Win7.It\'s a location-based app and you can join groups and then be able to see the location of other members of the group.That\'s all fine