Re: 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 ArticlePlugins
Boa tarde, pessoal! Estou com um problema em relação aos plugins que não consigo resolver por nada.Meu servidor é um Debian. Pela web, faço o upload do arquivo .jar e dá com bem sucedido. Só que não...
View ArticleRe: Bring window to front problems
Ok, i have filed another ticket https://igniterealtime.org/issues/browse/SPARK-1599 . I hope nobody will ask for a custom popup based on a time of a day
View ArticleNewbie Question reguarding Users
I am completely new to this software. I am wondering is there a way to make certain people only seen by certain people? for example the CEO wants this for everyone but he only wants the ability to be...
View ArticleRe: Newbie Question reguarding Users
If he wants to be able to contact everyone, then everyone should be able to reply (i guess), then everyone should be able to contact him. So, no way. Unless he is going only to send messages to those...
View ArticleAnyone get Tomcat7 to run Webchat?
I've tried various war files from the standard plugins and other discussions with no success on CentOS7 running Tomcat7 (the current default.) The war files deploy but won't start, giving me the error:...
View ArticleKraken, because we can't Spectrum 2!
I have used Kraken IM Gateway for some time and have seen it hasn't had a lot of work done on it since 2013. Is it possible this project can be picked up again? Us users of FreeBSD are not so fortunate...
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 ArticleRe: Smack 4.1 beta 1 connection issue
Thanks Zigma. Didn't help.Tried .setHost("talk.google.com") //.setPort(5223)Also tried setting port show above as it says it is listening on this port in the link below. Still the same...
View ArticleRe: Create session from plugin
Look for the source code to the websocket plugin for openfire
View ArticleRe: I'd like Openfire to use LDAP for everything EXCEPT passwords.
You could ..... - host your openfire directory in MYSQL rather than the embedded database (just install MySQL on the OpenFire server)- ldifde -f output.txt -r "(objectclass=user)" -l "sAMAccountName"...
View ArticleRe: Smack 4.1 beta 1 connection issue
Hi Osman, Google has done away with XMPP ever since it moved to Hangouts. So talk.google.com or mtalk.google.com will not work. I was able to get the connect working with 4.1 Smack...
View ArticleRe: Smack 4.1 beta 1 connection issue
Hi, You need to use smack-android and call "new AndroidInitializer().initalize()" before you open the connection. Are you trying to execute your android app inside emulator?...
View ArticleOpenfire 3.10.0 Beta - NIOConnection Thread Deadlock
In testing the latest 3.10.0 Beta from the Github repository, a thread deadlock issue has been encountered. The issue apparently occurs when two users, each with the other on their Roster, disconnect...
View Article