Re: Monitoring Plugin Not Loading
You sir, are a life saver! Thank you very much for this.
View ArticleRe: openfire MUC supress join/left notices?
You can suppress the message on the server side, but then clients do not know who is in the room. On the Admin Console, check out the 'Broadcast Presence' checkboxes for the room configuration.
View ArticleJingle nodes plugin
Hi, I successfuly installed and set up my openfire server.I performed several tests with jitsi clients, chat and file transfer works perfectly. I then tried to implement audio calls by installing the...
View ArticleRe: openfire MUC supress join/left notices?
if it was that easy. it is not.Why is not easy? Should be simple to add such an option to any open source client. You can't block those on the server, otherwise the clients wont know who is in the room.
View ArticleRe: XMPPBOSHConnection.java ----- Resource binding was not offered by server
Thanks for reporting. Please use the right forum next time, i.e. "Smack Dev" instead of "Plugins and Libraries"
View ArticleMissing 'break' in XMPPBOSHConnection.java causes "Resource binding was not...
org.jivesoftware.smack.SmackException$ResourceBindingNotOfferedException: Resource binding was not offered by serverat org.jivesoftware.smack.AbstractXMPPConnection.bindResourceAndEstablishSession(A...
View ArticleRe: Missing 'break' in XMPPBOSHConnection.java causes "Resource binding was...
Fixed with https://github.com/Flowdalic/Smack/commit/b7ac16c1fbc2294e011633d0f362fa924fbdd2 52
View ArticleRe: Problem with org.jivesoftware.smack.sasl.SASLErrorException: SASLError...
compile 'org.dnsjava:dnsjava:2.0.6'Although likely unrelated: Why did you add dnsjava? Smack uses minidns on Android. Is SERVER_ADDRESS set to the XMPP domain? You also likely can omit the server...
View ArticleHave 1 user that doesn't receive messages/broadcasts out of 38 users of the...
The user will randomly not receive spark messages/broadcasts. another caveat is that she occasionally will receive notification of receipt only to have a blank message field. The user has been given...
View ArticleCarbonManager
H I wish to enable CarbonManager for the 4.1.0-beta2 version on Android. Is it available? Which Maven package should I be using? Thanks,Andrej
View ArticleErro Jersey
Ola Pessoal... Meu openfire todo dia pela manhã e necessario reiniciar para que o serviço volte a funcionar,e percebi que esta sendo apresentado o seguinte erro: "Fev 11, 2015 7:34:48 AM...
View ArticleRe: compiling asmack
Hi, I mean to say the smack released as a latest beta version "beta2" you can find the released jar files at web site The Central Repository Search Engine you can download...
View ArticleRe: compiling asmack
1. I don't recommend using dnsjava on Android2. You can also just fetch the latest 4.1.0-beta3-SNAPSHOT which includes the fix for the missing 'break' statement in XMPPBOSHConnection
View ArticleПОМОГИТЕ С ПОИСКОВИКОМ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
НА КЛИЕНТЕ СПАРК ВЫХОДИТ ОШИБКА "НЕТ СВЯЗИ С СЕРВИСОМ ПОИСКА"
View ArticleRe: Database Password Encryption Problem
Thanks for figuring this out. I had quite the surprise yesterday after rebooting a server that had been running for 150+ days since initial setup. It took quite a while to narrow the issue down to the...
View ArticleOpenfire 3.10 Beta and Openfire Meetings 0.1.1 - ofmeet 404 Not Found
Hi, to use the new Meetings Plugin. I installed the latest nightly build of Openfire on my debian 7 system.After that i installed the Meetings Plugin and in the Admin-Interface I could (if I want)...
View Articlemonitoring service
Recientemente instale openfire y baje el plugin monitoring service las conversaciones comenzaron a guardarse bien pero a partir del 9 de febrero dejaron de grabarse y no se por que tengo habilitado el...
View ArticleXMPPConnection does not expose connect() method
The JavaDoc suggest that the usual way would be to call// Create a connection to the igniterealtime.org XMPP server. XMPPConnection con = new XMPPTCPConnection("igniterealtime.org"); // Connect to the...
View ArticleRe: XMPPConnection does not expose connect() method
In fact here is the javadoc wrong, or in other words: It's by design that the XMPPConnection interface does not declare *any* methods to change the connection state. This is mainly for two reasons:1....
View Article