Re: 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 ArticleWebspark server configuration
Hello all, when impleneting sparkweb we chnaged the config file from igniterealtime server to our server. when we go to the log in site it still says ignite as the login server. has anyone else had...
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 ArticleRe: Custom Stream Management Callbacks
My blind guess is that he refers to something like this: <stream:features> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> <compression...
View ArticleRe: Mac reinstall problem
i had this issue too, however, i have no idea about it. if you have slove this issue, please show me how to do. my email is yesidi@me.com. thx
View ArticleRe: Unable to install openfire 3.9.3 on Mac OSX 10.9.2
i had this issue too and i have no idea about it.
View Article