RosterListener() works and not works
http://www.igniterealtime.org/builds/smack/docs/latest/documentation/roster.html Roster roster = con.getRoster();roster.addRosterListener(new RosterListener() { // Ignored events public void...
View ArticleRe: Thoughts on Openfire 4.0
Beyond the various implemention details we are discussing (build system, JRE support, API enhancements), another consideration for a major release like 4.x ought to include modernizing our support for...
View ArticleEclipse + Openfire 3.9 onwards not importing correctly
Have some time this weekend to spend on Openfire duties but struggling to get Eclipse to see the new 'Openfire' git repo I've just checked out. Following the instructions below as I've done dozens of...
View Articlespectrum2 does not work w/ OF 3.9.2
edit: eek. apologies for the readability, no idea how to do that better so, it looks like OF 3.9.2 broke spectrum2 in some way, i have not tried downgrading yet (3.9.1 worked before), but i havn't...
View ArticleRe: Thoughts on Openfire 4.0
Some of these new required features are not even XEPs like the websockets specification which is now draft http://tools.ietf.org/html/draft-ietf-xmpp-websocket-06 As Jetty supports websockets directly,...
View ArticleRe: spectrum2 does not work w/ OF 3.9.2
I don't know what spectrum2 is, but unfortunately it seems that it's my fault and this little NPE slipped into the Message Carbons logic code. i am sorry about that. I've created OF-784 for it and...
View ArticleRe: CentOS RPM upgrade to 3.9.2 broke LDAP Auth
conf/security.xml<!--<name>ldap.adminDN</name>--><!--<name>ldap.adminPassword</name>--> windows server 2012 r2 & windows ADwell done.
View ArticleRe: Eclipse + Openfire 3.9 onwards not importing correctly
I get the same issue with you - the 3.8.2 source is ok, but the 3.9.2 source has the problem.
View Article3.9.2 - Secure S2S is broken on Centos 6.5 (tested on i386 and x86_64, .rpm)
Here is a lot of problems, and all of this dance around rsa and dsa srtificates.All tests were conducted on a centos minimal, created a special for openfire deployment - so, any software conflict is...
View ArticleRe: Service not running after install
I've disabled this one due to security concerns. Why does jitsi require this?
View ArticleRe: Download links
Hello, There is a way to do this, you just have to be clever and see how the download page works. For example: wget -O openfire-3.9.2-1.i386.rpm...
View ArticleRe: XMLNotWellFormedException
Hello, Are you certain Openfire is crashing? You should see some more logs if so. How do you determine that the server has crashed?daryl
View ArticleRe: Service not running after install
web service for the jist web application. If you have decided to disable it, then copy the apps folder to your own web server and create your own config.js file.
View ArticleQuestion about Kraken IM Gateway
I have a question about the Kraken IM Gateway and I added Yahoo and I am trying figuring If need to register a account on yahoo and port 5050 is not open up on the server. Can someone please explain...
View ArticleRe: How to set iceservers in openfire
why is thereno videos between two clients after setted turnserver
View ArticleRe: Date and Time on received offline messages.
The thing is that Spark is treating offline messages like received now. Though, when you launch the Spark and receive offline messages, it will show server time on that messages. But when you close and...
View ArticleDownload links
Hiya! I've been using Openfire for a number of time units, and I'm generally happy with it. But there's one aspect that gets me raging mad: The upgrade process. Every bloody time there's a new version,...
View ArticleRe: Download links
You can also use a link like wget http://www.igniterealtime.org/builds/openfire/openfire_*_*_*.tar.gz Should work with other installer variants. Or you can download it via browser on your workstation...
View ArticleProblems with manifest files in 4.0.0-rc2
Hi Flow,since the projects' renaming there is a problem in the manifest files. smack-core:"Bundle-SymbolicName" appears twice; one is "org.igniterealtime.smack.core" and the other is...
View ArticleRe: S2S problem with Prosody
Yes, that was the fix: the remote-server doesn't offer any authentication mechanism so OF used plain-text dialback. With the patch it tries SSL-Dialback. But if the remote server offers SASL without...
View Article