spark.properties for all users
I have gotten Spark (Build 668) configured and branded as I needed, and am ready to deploy out to my users. I would like to pre-configure some settings such as the Port, Auto-login, save password,...
View ArticleRe: file transfer not working
So, it is a programmatic question. The title of this discussion is misleading (why it is "not working" if you only want to program it, if your code is not working, then provide an example of your...
View ArticleRe: Spark new version (when???)
Stephen Cena wrote: other clients to support all the features of OpenfireWhich features do you mean? Fastpath maybe? Other than Fastpath there are no unique features of Openfire that only Spark can...
View ArticleRe: Client cert allows any JID
Ah, sorry. Thought that PKI tab in Spark is related to SSO stuff. Didn't know about such certificates support in Openfire. slushpupie is not active in this project for many years. Wonder if anyone else...
View ArticleRe: spark.properties for all users
You need some script to edit those files and replace strings with what you want. When we were using another client i had a vbs script, which modified settings xml file. But i wasn't running it on every...
View ArticleRe: ERRO SSL
Sim, tem que cadastrar no site. Depois do cadastro, das validações, vai gerar um certificado para você. Após isso, vc vai logar e criar um certificado para jabber.No meu caso, tenho uma vm com o...
View ArticleRe: ERRO SSL
entendi...so que ainda não consegui gerar o certificado ta erro na finalização,mas vou tentando aquivlw....obrigado!!!!
View ArticleIntermittent login issue
Running OF 3.8.2 on CentOS 6.6. For user authentication, server is hooked up with LDAP service of a Zimbra mail server. All client are on Spark 2.6.3 on different platforms (Windows, Linux,...
View ArticleI'd like Openfire to use LDAP for everything EXCEPT passwords.
I'd like Openfire to use LDAP for everything EXCEPT passwords. Instead of it pulling a password from Active Directory, I want to set it myself. Either by telling it "everyone has the same password -...
View ArticleError creating secured outgoing session to remote server
Hello friends, Currently I have Openfire 3.9.3-I always get this error in my logs before with Openfire 3.8.2 does not show this problem: 2015.02.11 09:09:04...
View ArticleRe: Não Permitir multiplas conexões do mesmo usuario
Boa tarde! E como você fez para conectar via mobile? Está usando wifi ou o servidor está de cara para o mundo?Aqui na empresa, o uso é interno, mas queria que os celular de alguns funcionasse.Dê uma...
View ArticleUnable to do a basic connect using latest 4.1 beta version
Getting this error W/AbstractXMPPConnection﹕ Connection closed with error org.jivesoftware.smack.SmackException: Parser got END_DOCUMENT event. This could happen e.g. if the server closed the...
View ArticleRe: Unable to do a basic connect using latest 4.1 beta version
Please follow the instructions found at https://github.com/igniterealtime/Smack/wiki/How-to-ask-for-help-or-report-an-is sue. Especially an XMPP trace obtained with 'SmackConfiguration.DEBUG = true'...
View ArticleRe: Unable to do a basic connect using latest 4.1 beta version
Hi Flow, I have enabled DEBUG and also have captured the version as mentioned in the link that you have given XMPPTCPConnectionConfiguration config = XMPPTCPConnectionConfiguration.builder()...
View ArticleOpenfire stops working on Windows Server 2008 R2
Hi Guys, i hope someone can help me here, ive been using openfire for a messaging iphone app i created couple of weeks ago, and for some reason openfire randomly stops working. So for example im...
View ArticleRe: Problem with org.jivesoftware.smack.sasl.SASLErrorException: SASLError...
Good stuff man. public final static String SERVER_ADDRESS = "192.168.19.50"; public final static String SERVER_HOST = "local.server"; final XMPPTCPConnectionConfiguration...
View ArticleRe: Problem with org.jivesoftware.smack.sasl.SASLErrorException: SASLError...
It seems that you can connect to the server with Address, but you need Host for authentication on the server.Is that right?No, if the XMPP service is configured properly, i.e. with DNS SRV records,...
View ArticleRe: Smack 4.1 beta 1 connection issue
You are right Flow, it is android.os.NetworkOnMainThreadException. It is a SmackException.ConnectionException. When when i tried ((SmackException.ConnectionException) e).getFailedAddresses(), it shows...
View ArticleI can't see the recent history. Spark
When open the option to see the history only show the conversation of 2 years ago. Not show me the recent history. but in openfire server I can see that Help me, What I need do
View ArticleCreate session from plugin
Hi, I need to create a session from plugin without using smack API, is it possible? If yes, how can I do it? Because from Openfire API seems to be possibile, but it's not explained how. Thanks in advance.
View Article