openfire

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

I'm setting up a Jabber server for my website. I've already got some user accounts in place in the openfire database, and working IMs between them. I'm now looking to add (some) of the users from my main database ('members' table, with 'login', 'password'[plain text]) and 'allowed_to_IM'[0 or 1] fields) to allow them to communicate bet...

Openfire 3.6.0a HybridAuthprovider error Ldap and Mysql Auth

We need both mysql and AD auth in Openfire 3.6.0a, as soon as I enable the hybridauthprovider the error log gives me 2008.10.01 11:21:12 [org.jivesoftware.openfire.auth.HybridAuthProvider.(HybridAuthProvider.java:93)] A primary AuthProvider must be specified. Authentication will be disabled. My setting under System Properties in the ad...

Message delivery when user is offline

I have a plugin for OpenFire that creates and delivers a message to a user using XMPPServer.getInstance().getMessageRouter().route(message) What I would like to know is what happens to that message if the user is not online. My goal is to only have the message delivered if the user is online, and fail or be routed to the bit bucket...

Openfire3.6.3 unable to connect to yahoo gateways

Hi, I am newbie as far as openfire is concerned. I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and see presence connected. but yahoo users are able to add me as buddy but presence goes offline always. I have checked the connection in gateways tab it shows ...

Which users are currently connected to an Openfire Jabber server?

I have got an Openfire Jabber server with in excess of 75,000 users listed. Of those, 150 or more can be online at any one time. Is there anywhere that I can collect the JIDs (usernames) of the currently logged in users? I have full database access to the underlying data, but the server does not appear to write the current status back ...

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="[email protected]" to="[email protected]" type="subscribe"/> is the XMPP server expecting me to respond immediately ? Motivation: I want to cache all these subscription requests and allow the recipient to selectively ACCEPT/DENY (à la face...

openfire session timeout option

Currently our robot often get offline, so I want to increase the timeout period of each robot. Is there a way to set the timeout option? ...

register new users in openfire??

Is there anyway to register new users through an HTTP request in OpenFire. I want users to be able to sign up for my messaging service from within an app written in cocoa. Can this be done?? ...

Netbeans 6.5.1 + Openfire 3.6.4 Collaboration ?

We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. " http://wiki.netbeans.org/FaqShareJavaNet I managed to install OpenFire 3.6.4 on OpenSolaris 2008.11. Whatever I do I cant login from Netbeans collab plugin, but ...

How to turn off autosignin of registered transports in Openfire ?

This is regarding the gateway XEP 0100 support in Openfire. I have noticed that for some transports, they are auto-signed in once a connection to openfire succeeds (via the xmpp user). This applies specifically to QQ. How does one turn off this auto-signin feature ? Basically from a client perspective, I want to be able to signin select...

C# Client to Client Messaging

I will try and explain exactly what I want to achieve first. Imagine two users are using a windows forms application, when User A opens a particular form a lock is applied to the data record underlying the form so that only that user can make changes at that time. User B has a list of all records (in a grid) which among others contains...

Encryption of password

i just wanna ask what does the openfire use to encrypt passowrd? md5? or wat? =) ...

How to increase java memory in openfire

Hi, i have Openfire 3.6.3 installed on my linux server . When i log into the openfire admin panel, Java Memory is showing 62.98 MB of 63.31 MB (99.5%) used . How can i increase the java memory?. Please guide me ...

How to build an OpenFire Client based on JavaScript and Flash

Since I played around with OpenFire Server, I started to make up my mind to build an IM Client connecting to this Server. So, I quickly do some research on this by looking for any library based on JavaScript with Flash. Unfortunately, I cannot find any. Does anybody know where to get source? Thanks! ...

Import users through xml in openfire admin console.

Hi, I have Openfire 3.6.3 installed on my server. When it try to import users through admin panel its generating an error The import file does not match the user schema. My sample file is import.xml <?xml version="1.0" encoding="UTF-8" ?> <Openfire> <User> <Username>xxxx</Username> <Password>****</Password> ...

Enabling group chat under openfire and jaxl

Hi, I have openfire 3.6.3 installed on my server. I am using jaxl library for creating bots. Everything is working fine. Now i want to enable group chat. I have created a room under group chat header in openfire admin panel. But i am not sure how to make it workable. Please guide me Thanks ...

Openfire Java Memory

Hi, I have openfire installed on my debian server. I want to know that whether openfire java memory should be less than server memory? For e.g. i have a server with 256 MB RAM now can i have openfire java memory more than 256 MB RAM or it should be less than 256. Please help Thanks, Pankaj ...

trying to understand xmpp

xmpp is federated. does that mean that as long as i connected to one xmpp server .example gtalk server. from there, i can communicate with any external jabber server in the world when sending "iq stanze" ? ...

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? ...

openfire smack lib

does smark library support all jabber server? or only can be use for openfire? i looking for java library that is easily portable to any jabber server ...