Re: Openfire 3.4.1: java.lang.NullPointerException: Domain cannot be null
I'm having similar issue but the domain name is valid 2014.10.08 21:24:18 org.jivesoftware.openfire.handler.PresenceUpdateHandler - Internal server error. Triggered by packet: <presence...
View ArticleRe: how to implement file transfer?
@JIt's You get answers to this question? Now I also face the same problem please help me transfer files across usersi have used,Openfire 3.9.3conversjs for client side...
View ArticleRe: Anyone using Smack with the BOSH connection?
smack-websocket would be a great addition, as long as it's based on draft-ietf-xmpp-websocket-10 (I assume dele's openfire-websockets does so). Tyrus seems to be a good choice. Important for...
View ArticleAuthorizing users from external servers fails?
Folks, running a local openfire installation, I am very well able to add "local" users to my roster and have them correctly authorized. While adding users on external servers (jabber.org, dukgo.com,...
View Articleldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
I've searched an exhausting amount on this topic and have found no solutions or anything relevant enough to lead me to one. Apologies in advance if this has already been correctly answered. We're...
View ArticleRe: limit connection from some users only
You want to make use of the ldap.searchfilter setting. Your filter will be specific to your directory, but it should be something along the lines of:...
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
try organizationalPerson instead of inetorgperson, and see if that works.
View ArticleCustom Stream Management Callbacks
Hi all, I'm happily using Smack 4.1alpha3 for an Android project but I'm running into an issue with stream management. The XMPP server I'm working with requires some custom handling of stream...
View ArticleRe: Client gets disconnected, bug with carbons? OF3.9.3
Hi, I think i am dealing with a variant of this issue. My Setup: Openfire 3.9.3 user01: Sparkuser02: Gajim, Gajim, Gajim (all of them with carbons enabled and set to the same priority) user01 sends a...
View ArticleRe: limit connection from some users only
Something like this should give you want you want.How to Setup Dynamic Groups and Shared Rosters with LDAP/AD
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
The objectClass shouldn't matter since in Test 3 above I'm filtering solely on memberOf. For completeness sake I tested it anyway, but same results as expected. Users in my directory all have the...
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
try making using your base dn the root of your domain. also make sure your admin account is included in the openfire-users group.
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
Changing my base to the root of my domain should not effect results using a search filter based on an object's attribute. The admin account is most definitely in the openfire-users group (verified...
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
I'm not familiar with freeIPA, but I'm basically do what you are trying to accomplish with AD/LDAP without any issue. Here is a doc I wrote up on AD/LDAP. How to Setup Dynamic Groups and Shared...
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
Thanks, but I've already followed that document. I found the ldap debug options and set both of them to true (not sure why there's 2... ldap.ldapDebugEnabled and ldap.debugEnabled). I can now see the...
View ArticleRe: ldap.searchfilter - Openfire 3.9.3/freeIPA 3.3.3-28/CentOS 7
Issue resolved by setting an administrator dn and and password. I guess the memberOf attribute was protected and didn't return without a user to bind on prior to searching. Long story short: Do not...
View ArticleRe: How to migrate openfire http to https?
while importing the certificate it giving me the error as follows. "There was an error one importing private key and signed certificate."
View ArticleRe: Custom Stream Management Callbacks
Is this something that can be added?No, because if we do so, then we would be put Smack in a position to include all sorts of code for non-standard compliant specifications (like custom message types...
View Articlesending the custom message to the user
Hi All, I am building a chat application where in I am at the stage of sending custom information to other users.i.e. I mean to say exchange of data b/w the users (not by sending messages). This is...
View ArticleRe: Client gets disconnected, bug with carbons? OF3.9.3
csh could it be related? if so, does the same fix apply?Yes, I am pretty sure it's the same bug.
View Article