openfire

Incorrect User status in Spark using OPENFIRE

Hi, I'm experiencing some problems using Spark API that the user presence status does not get display correctly when inviting that user to Conference. For ex is a user is away or Do Not Disturb, he still gets shown as available on the conference window. I'm using Spark with Openfire XMPP server. Could somebody tell me where I need to...

Xmpp server to server using protobuf

I am tasked with creating a text messaging system with low bandwidth server to server connections. The other developers already use protobuf to send data for other parts of the system between these same server locations, and it would be helpful to continue that trend for the text messaging portion. Server to client connections are not ba...

Usability issues with xmpppy for non TLS/SSL connections to Openfire

I built some test tools using code snippets I found on this site for xmpppy. And I'm using the tools against Openfire XMPP server (on Windows). What's interesting is that the code samples here use port 5223, which is to enable TLS/SSL where available. My tools work fine under that. But we recently made a change to Openfire to not use TL...

web services between rails and j2se

I developed a web site using rails 2.3.8, and a IM server using openfire(java). I want to share some data between them, or exactly rails as provider, openfire as consumer. A possible way is using web service. But it seems that rails 2.x has deprecated the default SOAP support, I installed the gem activewebservice, but there is lack of do...

Is there a away to prevent one group from being able to message another group in OpenFire IM server?

I have an OpenFire IM server setup, but my boss does not want operations to be able to IM Dev. Does anyone know of a way i can keep them all on the same server, but limit them being able to message each other? ...

In Openfire, how can I get who have subscribed a node?

Some client subscribe a node, I want to know how to get the subscriber. Is there some plugins in the Openfire can do this? ...

Smack reading old events

I am having a problem with an application using Smack 3.1 and a server running openfire. Upon starting the application, it will read the last message on the node. This doesn't work since the messages are parsed, processed and placed into a db. Besides sending a message creation time in the payload, is there any way to stop this duplicati...

How to store pubsub payloads in DB

Hello, I am using XMPP pubsub.Everything is working fine.User can create node and interested user can subscribe to that node.But I want to store the publish action into DB.Because in my application many things are handled by pubsub like chat,feeds etc so on page refresh I want to persist chat.So I m looking for any openfire plugin which...

Chat and VOIP Application

Hi, I have successfully installed the Openfire XMPP server and built an Android app to text chat, How can I implement VOIP functionality to my application? Can this be done by connecting openfire with a SIP server? Can someone guide me? ...

Need guidence to start working on Openfire through strophe.

HI Guys; My objective is to get communication started on openfire through strophe. But have a few q's like What is the language that strophe will be written in? how and where are the connections written? Just some basic guidence or a good link to a starter tutorial will be very helpful. Thanks ...

openfire - Fastpath Webclient

Hi at all I have installed webchat.war inside my appserver... The problem is that, when I restart the server, I must reconfigure the servername and port. Where can I store these settings? ...

What do you think about OpenFire?

Have you developed for OpenFire (http://www.igniterealtime.org/)? How has your experience? pros/cons/comments, please. I'm evaluation several technologies now, and want to know what the community thinks about OpenFire. ...

Configuring punjab to send xmpp requests to Openfire

Hi, I am trying to use the punjab connection manager with Openfire. I have an already running Openfire server. I have also installed punjab and the server starts properly, allowing me to navigate to the port 5280 on localhost. (Although http://localhost:5280/http-bind gives a "resource not found message".) I am not sure how to proceed ...