Re: Wrong URLs in documentation
Thanks for reporting, fixed with Fix XEP URLs in documentation/extensions/index.md · 71029f0 · Flowdalic/Smack · GitHub
View ArticleRe: Chat room conversation bleed
I've found the old ticket - SPARK-1130. And i was able to reproduce it again with the latest 2.7.0 build of Spark. The case is, that if you have two rooms with the same ending of the name opened, then...
View ArticleRe: Focus user
Trying to trouble shoot this out and noticed ports 5222 and 5223 aren't looking right. Does this look right? Thanks,Jay
View ArticleRe: OF 3.10.0+OpenFire Meeting+Candy
i agree i have ofmeet working fine but candy is not working i only see a grey screen from cany theme
View ArticleRe: URL redirect?
with openfire 3.10 the new kind of url is better https://serveurname:7443/ofmeet is much more simplier actually i cannot change http-bind port from 7070/7443 to 80/443 :the admin console gives me an...
View ArticleSmack 4.1.0 alpha6 File Transfer Issues
I have been having an issue with file transfer for file mime types other than .txt . I have tried sending a .mp3 file from spark to my android client and that creates a crash when I try to read the...
View ArticleRe: Smack 4.1.0 alpha6 File Transfer Issues
After much testing it turns out that all files except text files have this issue and are stuck in negotiating mode
View ArticleRe: Smack 4.1.0 alpha6 File Transfer Issues
and that creates a crash How to ask for help or report an issue · igniterealtime/Smack Wiki · GitHub
View ArticleRe: Smack 4.1.0 alpha6 File Transfer Issues
@Override public void fileTransferRequest( FileTransferRequest request ) { Log.e( "FILE TRANSFER MANAGER", request.getMimeType() ); //null pointer exception...
View ArticleRe: Chat room conversation bleed
Thanks, wroot! I really appreciate the info. I'll watch to see if a complete solution is found.In the meantime, I should be able to change the names of the rooms so they won't be so similar. Do you...
View ArticleSpark-2.6.3 fails to install
I downloaded the .rpm, src.rpm, and the tar.gz file and not matter what I do I get an error that just says "Sorry this did not work. Installation of Spark RPM-Paket failed." I am using linux fedor 21...
View ArticleGoing from One OpenFire Server to Another
Hi guys, New to OpenFire. My company has Openfire setup already on another server. We are doing a fresh Window install on another server. I'm not sure if we are Using None/Blowfish/AES for password...
View ArticleRe: URL redirect?
Thanks Dele, and all your hard work on Ofmeet is very much appreciated. Somewhere on the forum a while ago you posted a method of redirection I formerly used like this: echo '<html>...
View ArticleRe: URL redirect?
To change the openfire user to root on Debian, remove the entry "--chuid openfire:openfire" in /etc/init.d/openfire and then run:service openfire restart
View ArticleRe: Chat room conversation bleed
I haven't tested that much to find out how many letters cause that. Actually i think it might be that if you have only one different letter in the beginning and then it repeats the whole name of the...
View ArticleRe: openfire on VPS shared hosting
Maybe try IP address instead of hostname? Also check firewall - is 9090 open? Check the hosts file has your IP address and hostname and not just 127.0.0.1 localhost.localdomain? Are there any...
View ArticleRe: need help: need openfire 3.9.3 on debian x64 with openjre1.7 instead 1.6
apt-get -y install openjdk-7-jre is working for me on Debian, immediately after clean install - although the better and less bloated "openjdk-7-jre-headless" did not work..Note however, that I am...
View ArticleRe: URL redirect?
thank you i replaced "--chuid openfire:openfire" by "--chuid root:root" i now i can replace ports 7070:7443 by 80:443. actually my adress is :https://meet.domain.com/ofmeet this is quite great indeed...
View ArticleRe: HOWTO: Import a signed SSL certificate into Openfire
It must be something with OS X. I'm running OS X Yosemite with the latest versions of Safari, Firefox, and Chrome. Results: Chrome: Both https://alpha-labs.net/2014/12/openfire-and-ciphers/ and...
View ArticleRe: SSL/TLS not working with 4.1 Alpha7
I don't think that the DummySSLSocketFactory ever worked with Smack to accept all certificates (could be wrong though). You could use TLSUtils.acceptAllCertificates(Builder), but for self signed...
View Article