openfire

bosh hosting for google app engine

any recommendation on which company providing scalable bosh hosting? p/s: is there exist any scalable jabber server +bosh service using openfire? ...

send message to component?

how to send xmpp message to component? if my component name is 'abc.domain.net', in my xmpp client(spark), i just add user 'abc.domain.net' ? any such example that using whack to listen to message? I tried add abc.domain.net (component) as roaster inside spark. try send message, but inside whack processPacket(), it didn't trigger any...

send xmpp <message> to component on other domain

step 1:on the same domain(.myserver.kicks-ass.net), i able to send to the mycomponent,succesfully. step 2:when i login to other domain ,example gmail.com and try send to another user on [email protected], success as well. step 3:just like step2, but i send the to mycomponent.myserver.kicks-ass.net , i get below error ...

XMPP web client

Is there any XMPP web client except SparkWeb and JWChat? ...

openfire cannot subscribe gmail user

i trying to add gmail user with my local openfire, but get error below. I think something wrong with dns srv. can anyone suggest how to troubleshoot? for your info ,i' using freedns.afraid.org and i get below error, but when i use dyndns, i dont get below error </error> </presence> at org.jivesoftware.openfire.spi.RoutingTableImpl.rou...

Openfire http-bind

How can we connect to Openfire using secured http-bind (port 7443 by default)? ...

I need to authenticate against one db with python and openfire. How do I do this?

Its not urgent but I was just wondering how one would go about authenticating against a single db using python and openfire? Is there a simple module that will do this? ...

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 ColdFusion, so my code snippets might look funny but maybe someone will be able to tell me what I've forgotten. Here's how I create the nod...

Openfire scalability question XMPP Server

I would like to throw out my question again: do you guys know how well openfire scales? My users will be using the application to do normal chatting like msn no file transfer for now. We will be using Amazon's EC2 server to run the chat server we would like to support over 1 Million users in total and around 30-50K active users during ...

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 use would be to create a custom IM-based app, using XMPP for convenience rather than to open my server up to talk to other XMPP servers. I...

Openfire and LDAP issues

Thanks in advance for the help. Has anyone see this issue with openfire? Currently I use Openfire Fedora with Auth using windows 2003 and also use mysql for the database. When I bring up two clients and talk to each other the time is slow between messages. Sometimes it can take between 5-15 minutes for something sent to get to the per...

Using couchdb authentication by xmpp users

Hi, I'd like use couchdb for a web application with external user authentication by a XMPP-Server (Openfire). How can I achieve that? Let's say we have thre users: [email protected] [email protected] [email protected] Now [email protected] should be able to read all documents that are suited for basic us...

Dynamic XMPP rosters?

Hello, I'm currently looking into XMPP and I would like to know if there is a way to create dynamic XMPP rosters. I want the contact list of any user be automatically generated by the server / component / plugin. Can components access and modify rosters? I know that some servers (like OpenFire) use an external database to store these ...

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 javascript). 3. client library for Microsoft Windows (most important), also for mac os x and linux. 4. Good documentation specially for mod develo...

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 org.jivesoftware.smack.Chat; import org.jivesoftware.smack.ConnectionConfiguration; import org.jivesoftware.smack.MessageListener; import org.jivesoftware...

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 http://code.google.com/p/wave-protocol/wiki/Installation but i'm getting this error when I run the run-server.sh script. $ ./run-server.sh Jul 23, 2010 10:02:24 AM org.wave...

Jabber Openfire server v3.6.0a+ - how do I use Hybrid authentication?

I've got pretty much the same question as: http://stackoverflow.com/questions/64364/jabber-openfire-server-v360a-how-do-i-use-hybrid-authentication But when I followed the instructions there, and I go into the Admin interface > Users and Groups > Create New User, I get the following message: Not allowed: the user account system is read...

OpenFire: SHA-1 passwords without blowfish encryption.

Hi All, I want to be able to create users that have a straight up SHA-1 password. No Blowfish, nothing special, just plain old vanilla SHA-1. The only way I have been able to accomplish this so far has been to extend DefaultUserProvider and override the createUser, making the following change: if (!usePlainPassword) { try { ...

How to increase videocall size in the red5 plugin @ openfireserver

Hi guys, hope i get some help here... I'm really not into java and my current problem is that i need to increase the size of the videocall of the red5 plugin... as I know it's a java solution. Already looked through the related questions on the red5 topic but no suiteable answer for my question :( Has anyone here already got a suitabl...

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 correctly). Does anyone know if Openfire will actually store offline custom message types? If not, is there anyway to force / trick / hack it so ...