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.
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:
We are currently using openfire server for XMPP chat and serve avatars using vcards how ever there are like 4 different ways of serving avatars and some clients dont sup开发者_如何学Cport all of them.
I developed an android app to receive a location and then send a message to collect at a MySQL server via XMPP protocol.
I am running openfire 3.6.4 and connecting with Strophe library. The setup is working fine. Now i want to do one thing i want a anon开发者_如何学Goymous login for my application and that login should
I am using openfire in windows to set up bosh connection manager...the installation is successfull 开发者_开发问答but wen i give the url http://localhost:9090/bosh it says
I\'m having problems trying to send an XMPP message to a \'Room\' in our OpenFire instance. The end result is for our CruiseControl.NET build server to be able to send succe开发者_StackOverflow中文版s
I plan to create an application on android which use openfire(XMPP) and also use mysql to collect data at server.
I am producing a message passing system and considering using ActiveMQ with XMPP as the transport. I have used plain XMPP with OpenFire server for similar messaging based communication between distrib
Ok, the problem should be trivial but I can\'t get to the bottom of it. I have two users A & B Their JID\'s for this example will be A@123 and B@123 where 123 is the IP of the server.