Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

5,604

Downloads of v 5.0.0:

5

Last Update:

20 Jun 2025

Published Date:

20 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Ignite Realtime

Tags:

Openfire

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

5.0.0 | Updated: 20 Jun 2025

Downloads:

5,604

Downloads of v 5.0.0:

5

Published:

20 Jun 2025

Maintainer(s):

Software Author(s):

  • Ignite Realtime

Openfire 5.0.0

(Waiting for Maintainer to take corrective action)

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ignite Realtime. The inclusion of Ignite Realtime trademark(s), if any, upon this webpage is solely to identify Ignite Realtime goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

mkevenaar (maintainer) on 20 Jun 2025 14:18:54 +00:00:

User 'mkevenaar' (maintainer) submitted package.

chocolatey-ops (reviewer) on 20 Jun 2025 14:51:40 +00:00:

openfire has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.

chocolatey-ops (reviewer) on 20 Jun 2025 15:05:06 +00:00:

openfire has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/d672a98a6b8ada4754256bac2acadaba for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey-community/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.
Description

Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32          = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_5_0_0.exe'
$checksum32     = '4f4b9f340d79a12dfbff9711b47c1fd1ddef7495adc61953bb79c4f5e1557070'
$checksumType32 = 'sha256'
$url64          = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_5_0_0_x64.exe'
$checksum64     = 'e21268131425321716582ba32fff56cb34b9fc0b95623898f59cac29dbbff7cc'
$checksumType64 = 'sha256'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'exe'
  url           = $url32
  checksum      = $checksum32
  checksumType  = $checksumType32
  url64bit      = $url64
  checksum64    = $checksum64
  checksumType64= $checksumType64
  softwareName   = 'OpenFire*'
  silentArgs     = '-q'
  validExitCodes = @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$packageName = $env:ChocolateyPackageName
$packageSearch = 'Openfire*'
$installerType = 'exe'
$silentArgs = '-q'
$validExitCodes = @(0)


Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
                 -ErrorAction:SilentlyContinue `
| Where-Object   { $_.DisplayName -like "$packageSearch" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                               -FileType "$installerType" `
                                               -SilentArgs "$($silentArgs)" `
                                               -File "$($_.UninstallString.Replace('"',''))" `
                                               -ValidExitCodes $validExitCodes }

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Openfire 5.0.0 5 Friday, June 20, 2025
Waiting for Maintainer
Openfire 4.7.4 125 Wednesday, November 9, 2022 Approved
Openfire 4.7.3 96 Tuesday, August 2, 2022 Approved
Openfire 4.7.2 84 Wednesday, July 13, 2022 Approved
Openfire 4.7.1 162 Wednesday, February 16, 2022 Approved
Openfire 4.7.0 108 Wednesday, January 19, 2022 Approved
Openfire 4.6.7 124 Tuesday, January 18, 2022 Approved
Openfire 4.6.6 120 Thursday, December 16, 2021 Approved
Openfire 4.6.5 96 Friday, December 10, 2021 Approved
Openfire 4.6.4 151 Friday, June 18, 2021 Approved
Openfire 4.6.3 147 Thursday, April 22, 2021 Approved
Openfire 4.6.2 174 Friday, February 5, 2021 Approved
Openfire 4.6.1 158 Wednesday, January 6, 2021 Approved
Openfire 4.6.0 193 Friday, October 16, 2020 Approved
Openfire 4.5.4 181 Wednesday, September 30, 2020 Approved
Openfire 4.5.3 191 Monday, August 17, 2020 Approved
Openfire 4.5.2 285 Monday, May 18, 2020 Approved
Openfire 4.5.1 333 Friday, January 31, 2020 Approved
Openfire 4.5.0 183 Friday, January 10, 2020 Approved
Openfire 4.4.4 247 Tuesday, November 12, 2019 Approved
Openfire 4.4.3 211 Friday, November 1, 2019 Approved
Openfire 4.4.2 231 Wednesday, September 25, 2019 Approved
Openfire 4.4.1 247 Monday, August 12, 2019 Approved
Openfire 4.4.0 241 Friday, June 28, 2019 Approved
Openfire 4.3.2 347 Thursday, January 31, 2019 Approved
Openfire 4.3.1 243 Thursday, January 24, 2019 Approved
Openfire 4.3.0 243 Friday, January 11, 2019 Approved
Openfire 4.2.3 276 Sunday, January 6, 2019 Approved

    • jre8 (≥ 8.0.191)
Discussion for the Openfire Package

Ground Rules:

  • This discussion is only about Openfire and the Openfire package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Openfire, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus