Tagged Questions

Openfire is a XMPP (Jabber) server written in Java. It has facility for developers to create plugins that can extend the server's functionality.

learn more… | top users | synonyms

7
votes
3answers
2k views

differences between smack, tinder and whack

Can anyone tell me what the differences are between smack, tinder and whack? Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
6
votes
5answers
1k views

amqp or xmpp for real time online games

Which of these technology suite for Multi user online game project.. Project requirements: 1. Able to handle 2k-5k user at any given time. 2. client library for iphone and android (native, no ...
5
votes
2answers
997 views

Openfire http-bind

How can we connect to Openfire using secured http-bind (port 7443 by default)?
5
votes
4answers
4k views

XMPP web client

Is there any XMPP web client except SparkWeb and JWChat?
4
votes
2answers
210 views

understanding the term “extension” ,“component” and “plugin” in xmpp?

can anyone explain the different "extension" ,"component" and "plugin" in xmpp?
4
votes
1answer
620 views

Can we delay responding to a XMPP presence subscription?

I am using a PacketListener to receive XMPP packets. If I receive the following: <presence from="jeanne@belle.com" to="betty@belle.com" type="subscribe"/> is the XMPP server expecting me to ...
3
votes
1answer
236 views

How to get http headers in OpenFire API

I'm using openfire as XMPP server. Clients connect to it via BOSH. I'm writing some plugin with custom iq's, and I need to get my clients' http headers. How can I do this using Openfire API?
3
votes
2answers
1k views

Chat and VOIP Application

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 ...
3
votes
1answer
519 views

item-not-found(404) when trying to get a node using Smackx pubsub

I'm trying to use the latest Smackx trunk to get and then subscribe to a pubsub node. However, openfire just sends me a back an error: item not found (404). I am instantiating the java objects from ...
3
votes
2answers
913 views

implementing GAE XMPP service as an external component to an existing XMPP server (e.g. ejabberd or OpenFire)

may i know what integration technique that you folks use to implement external component to an existing XMPP server (e.g. ejabberd or OpenFire) . Is it through sending xmpp message to another ...
2
votes
1answer
63 views

SSL error while connecting to Openfire from java-smack client

I am recently working on Openfire client. I've got this strange issue that I couldn't figure out so far (i've got some clues, but still no solid solution). We've got 2 openfire servers: first that ...
2
votes
1answer
252 views

openfire get online users

I'm using OpenFire server for instant messaging and JSJaC JavaScript library on the client. I'm new in XMPP technology. What i want is on load I want to send a list of users and receive status for ...
2
votes
1answer
294 views

Getting Smackx PubSub working

I've got the following code: PubSubManager manager = new PubSubManager(connection, "pubsub.openfire.local"); LeafNode myNode = (LeafNode) manager.createNode("NewNode", form); ...
2
votes
2answers
1k views

Anonymous Login in Openfire with Strophe

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 anonymous login for my application and that login should also get ...
2
votes
2answers
278 views

XMPP: RFC on establishing mutual subscription when original requester is offline (subscribed presence)

we've got an XMPP server (OpenFire) and a custom client based on the Java Smack XMPP stack. We're using manual subscription acceptance, so clients have to exchange subscribe and subscribed presences. ...
2
votes
1answer
426 views

Openfire Sql Database Integration

I'm following this guide (http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integration-guide.html) to integrate the Openfire server with and Sql Server Database. I ...
2
votes
2answers
410 views

Google Wave Server Installation

I am trying to install a google wave server on a linux virtual machine as local host. I followed all the instructions given on the wave-protocol installation wiki ...
2
votes
1answer
171 views

Best practice on using GAE with external jabber server?

How to use Java GAE with an external jabber server like Openfire? Any guide?
2
votes
2answers
662 views

XMPP programming use erlang or java?

I'm interested to hear feedback from a guru out there. If you are a java programmer, I'm sure you are familiar with openfire, while erlang programmers are familiar with ejabber. Which project has ...
1
vote
1answer
98 views

XMPP server in Amazon EC2

Which XMPP server would you recommend for use in Amazon Web Services, running on EC2 instances? It should scale, with automatic (or at least easy) clustering being very useful - it's scaling should ...
1
vote
0answers
131 views

Openfire prebind + robbiehanson/XMPPFramework using BOSH not working

We're trying to implement XMPP over BOSH for our product. The Strophe.js javascript library works fine for our needs on the WWW site. We request a prebind, it's delivered and then we use Strophe's ...
1
vote
0answers
79 views

how to get all public rooms on openfire server from android

I am working on multichatuser in android reading on various article in different websites and also in stackoverflow. I am trying to query the server to return all public rooms available without ...
1
vote
3answers
79 views

Learning basic XMPP in under 2 days?

I'm working on a project where we need to implement a web based chat client for a game. It's highly preferable that it runs without the need of any plugins such as flash. At this point I'm messing ...
1
vote
1answer
102 views

querying openfire message archive

I'm playing around with strophe and Openfire 3.7.1 (with user-service and monitoring plugin). I've read in http://xmpp.org/extensions/xep-0136.html (7.2 Retrieving a Collection) that I could retrieve ...
1
vote
1answer
189 views

Can't register new users on OpenFire using Smack. What do these stanzas mean?

I'm using the Android version of the Smack API and developing a client that auto-registers itself in case it was not previously registered. Well, if I manually register the user and login with the ...
1
vote
3answers
287 views

creating encrypted passwords in openfire MySQL via PHP

Openfire stores encrypted passwords in a database using blowfish encryption. http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/java/org/jivesoftware/util/Blowfish.java is the java ...
1
vote
1answer
187 views

Does OpenFire or XMPP Protocol support Message Notification (Pending, Delivered, Read) like BBM (Blackberry Messenger)

I am a beginner and need help. I am currently involved in a project, where required to build a chat application (server side and client side). After further explore, eventually I was interested in ...
1
vote
3answers
267 views

Why a STUN Server Needs Two Different Public IP addresses

I have took a look to STUN Server settings in openfire, and this statement from there: "In order to act as a STUN server, two different public IP addresses on the same machine are required, as well ...
1
vote
1answer
250 views

Anyone successfully installed openfire OR any xmpp server on mac os x lion?

I'm trying to install openfire. It's just a package and should be brain dead simple. The setup wizard invariably fails after you assign an admin username and password. The failure is that the login ...
1
vote
1answer
130 views

jwchat integration with opnefire on tomcat?

I am working to integrate tomcat+jwchat & connect it with openfire.I followed following steps: Installed openfire 3.7.0.exe on port 9090. Installed tomcat on port 8080. Downloaded jwchat.war ...
1
vote
1answer
185 views

Chat app not working using XMPP protocol - open-fire server

Am using following code to send text to user using XMPP protocol configured with open-fire server.. i sent message to my app using spark IM client here i can receive the message but i cant send the ...
1
vote
0answers
175 views

How setup my apache tomcat(os-windows XP) to allow BOSH servlet for Xmpp chat?

Am developing java jquery mobile app for chat using XMMP server(openfire) and xmpp4js at client side. while running the app am getting ERROR:Access control allow origin at this code this.con = ...
1
vote
2answers
447 views

Can't send/resecive messages with openfire server across Smack API

I have my own configured OpenFire server. I have created two users user1 and user2 and I'm trying to send/receive messages between these users across the Smack API. I switched on debug mode in Smack ...
1
vote
1answer
598 views

Read chat histroy from openfire server with smack

How can we fetch chat log or chat histroy from Openfire server using smack library into android application?
1
vote
0answers
194 views

Does Openfire Support TLS Over Http-Bind? If not whats the alternative

I apologize in advance for the somewhat long windedness of this question but I feel that I need to provide some additional information in order to properly qualify my current predicament. ...
1
vote
3answers
619 views

Error Binding Resource while Connecting to Openfire server using Jabber-Net

My struggles with finding a C# xmpp library continues as I have now been force to rule out using both the Soapbox Studio SDK and aggXmpp / Matrix SDK. I have moved on to Jabber-net one of the few ...
1
vote
3answers
508 views

How to Create an OpenFire Plugin

I'm very new to java and feel very confused. I'm trying to create a VERY basic plugin for the OpenFire server, but have no idea how to get started. I read the Developer Guide, but it doesn't explain ...
1
vote
0answers
85 views

Automatically adding buddies in openfire

I am trying to modify the openfire source code, such that it automatically adds a list of users. I am clueless as to which class this is in, also which driver function I should insert code in. Any ...
1
vote
0answers
77 views

Openfire and Windows Azure

Has anyone installed OpenFire on Windows Azure before? Is it easy to create another instance with the OpenFire in it? Thanks!
1
vote
1answer
397 views

Integrating a XMPP server into existing Rails web application

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: ...
1
vote
2answers
405 views

difference between XMPP servername and XMPP servicename?

In Smack API, there is a configuration class for connection, described at this page ConnectionConfiguration I am confused about the distinction between service name and server name. Suppose I have ...
1
vote
1answer
209 views

xmpp which avatar protocol to use

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 support all of them. What is the ...
1
vote
0answers
243 views

Using Apache ActiveMQ + XMPP over plain XMPP for messaging

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 ...
1
vote
1answer
753 views

Building an Openfire XMPP External Component - use Tinder or Whack?

I'm trying to build an external component for the Openfire XMPP server, but I'm a bit confused between Tinder and Whack. Tinder seems to be the newer library and has the AbstractComponent interface ...
1
vote
2answers
304 views

Modify and rebuild Openfire plugin

I am trying to modify the message monitoring plugin in Openfire. I checked-out the code using svn. And i could also figure out what and where i will need to change the code. But I am not clear about ...
1
vote
5answers
2k views

Configuring punjab to send xmpp requests to Openfire

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 ...
1
vote
1answer
149 views

Does Openfire store custom message types (with PacketExtensions) offline?

I have a custom message type with some of my own packet extensions. I need these messages to be stored when the recipient is offline. So far the server isn't storing them (yes, it is configured ...
1
vote
1answer
922 views

Problem adding buddy with smack api and openfire server

Hi I am new in Java. And its giving me a lot of stress. I need to chat with smack api and openfire server. For this my java code is below import java.util.*; import java.io.*; import ...
1
vote
5answers
2k views

Comparison between Tigase, Openfire and any other open-source XMPP servers

I've been looking at these too, both seem to provide fully functional XMPP servers in Java. I know Tigase is designed in a very modular way, not looked at Openfire in as much detail yet. My intended ...
1
vote
2answers
3k views

Unable to get presence of roster by using smack, openfire

I am new to smack API. I am trying to develop a chat application where I was trying for setting and getting the presence. When I change the presence of a user, its working perfectly fine and it is ...

1 2 3 4