Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
5,971
Downloads of v 0.9.6.166:
617
Last Update:
02 Feb 2019
Package Maintainer(s):
Software Author(s):
- James Geboski
Tags:
purple facebook libpurple pidgin chat im- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Purple Facebook
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,971
Downloads of v 0.9.6.166:
617
Maintainer(s):
Software Author(s):
- James Geboski
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Purple Facebook, run the following command from the command line or from PowerShell:
To upgrade Purple Facebook, run the following command from the command line or from PowerShell:
To uninstall Purple Facebook, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download purple-facebook --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade purple-facebook -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade purple-facebook -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure purple-facebook installed
win_chocolatey:
name: purple-facebook
state: present
version: 0.9.6.166
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'purple-facebook' do
action :install
version '0.9.6.166'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: purple-facebook,
Version: 0.9.6.166,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller purple-facebook
{
Name = 'purple-facebook'
Ensure = 'Present'
Version = '0.9.6.166'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'purple-facebook':
provider => 'chocolatey',
ensure => '0.9.6.166',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install purple-facebook version="0.9.6.166" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 Aug 2020.
Purple Facebook implements the Facebook Messenger protocol into pidgin, finch, and libpurple. While the primary implementation is for purple3, this plugin is back-ported for purple2.
The purple-facebook plugin is a replacement for the builtin Facebook XMPP plugin. Facebook is in the process of shutting down their XMPP service, which will inevitably break existing support.
As part of Google Summer of Code (GSoC) 2015, jgeboski worked on a plugin for libpurple to support the newer Facebook Messenger protocol. The plugin is implemented for the development version of libpurple, purple3, which has yet to be released. The purple-facebook project simply back-ports the purple3 plugin to purple2, which is the released version of libpurple.
As of October 18, 2015, jgeboski's GSoC work was merged into the mainline Pidgin project. It will appear in the next major release of Pidgin.
https://github.com/jgeboski/purple-facebook/wiki
**Notes from the Chocolatey package owner(s):
-The purple-facebook project adds support for the Facebook Messenger protocol in pidgin, finch, and libpurple, but this Chocolatey package is for adding Facebook Messenger support for pidgin, specifically.
$package_name = 'purple-facebook'
$version = '0.9.6'
$build_number = '166'
$build_date = '20190113'
$commit_hash = '0250907'
$release_string = "$build_date-$version-$commit_hash-$build_number"
$libjson_url="https://github.com/dequis/purple-facebook/releases/download/downloads/libjson-glib-1.0.dll"
$libjson_checksumType="sha256"
$libjson_checksum="F6F602D99933A00BFE040330095744FEE788884318F9583149E07F85637EB699"
$libfb_url="https://cdn.rawgit.com/michaelray/purple-facebook-bin/master/libfacebook.dll/$release_string/libfacebook.dll"
$libfb_checksumType="sha256"
$libfb_checksum="4A92CBCEFD49D49FE7FF5ADA75ED7D7E50A30982005B51025BBE085253E84542"
# Find the Pidgin install directory so that the plugin DLLs can be placed into the appropriate location
$pidgin_subdir = 'Pidgin'
$pidgin_plugin_subdir = 'plugins'
$pidgin_file = 'pidgin.exe'
$pidgin_path = ''
if (Test-Path "${Env:ProgramFiles(x86)}\$pidgin_subdir\$pidgin_file")
{
$pidgin_path = "${Env:ProgramFiles(x86)}\$pidgin_subdir\"
}
elseif (Test-Path "${Env:ProgramFiles}\$pidgin_subdir\$pidgin_file")
{
$pidgin_path = "${Env:ProgramFiles}\$pidgin_subdir\"
}
if (!$pidgin_path)
{
throw 'Could not find Pidgin install directory to install purple-facebook plugin'
}
# Find or create the temp directory where libjson-glib & libfacebook DLLs will be downloaded
$app_temp = Join-Path ${Env:Temp} $package_name
if (!(Test-Path $app_temp))
{
New-Item $app_temp -Type Directory
}
# Get the DLL filename from the URL, get full temp/destination paths, then download (libjson-glib)
$libjson_filename = $libjson_url -split '/' | Select-Object -Last 1
$libjson_fulltemppath = Join-Path $app_temp $libjson_filename
$libjson_fulldestpath = Join-Path $pidgin_path $libjson_filename
Get-ChocolateyWebFile -PackageName $package_name -FileFullPath $libjson_fulltemppath -Url $libjson_url -ChecksumType $libjson_checksumType -Checksum $libjson_checksum
# Get the DLL filename from the URL, get full temp/destination paths, then download (libfacebook)
$libfb_filename = $libfb_url -split '/' | Select-Object -Last 1
$libfb_fulltemppath = Join-Path $app_temp "build$build_number-$libfb_filename"
$libfb_fulldestpath = Join-Path (Join-Path $pidgin_path $pidgin_plugin_subdir) $libfb_filename
Get-ChocolateyWebFile -PackageName $package_name -FileFullPath $libfb_fulltemppath -Url $libfb_url -ChecksumType $libfb_checksumType -Checksum $libfb_checksum
# Copy libjson-glib & libfacebook DLLs to the appropriate location
Copy-Item -Path $libjson_fulltemppath -Destination $libjson_fulldestpath -Force
Copy-Item -Path $libfb_fulltemppath -Destination $libfb_fulldestpath -Force
$package_name = 'purple-facebook'
$libjson_filename = 'libjson-glib-1.0.dll'
$libfb_filename = 'libfacebook.dll'
# Find the Pidgin install directory so that the plugin DLLs can be removed the appropriate location
$pidgin_subdir = 'Pidgin'
$pidgin_plugin_subdir = 'plugins'
$pidgin_file = 'pidgin.exe'
$pidgin_path = ''
if (Test-Path "${Env:ProgramFiles(x86)}\$pidgin_subdir\$pidgin_file")
{
$pidgin_path = "${Env:ProgramFiles(x86)}\$pidgin_subdir\"
}
elseif (Test-Path "${Env:ProgramFiles}\$pidgin_subdir\$pidgin_file")
{
$pidgin_path = "${Env:ProgramFiles}\$pidgin_subdir\"
}
if (!$pidgin_path)
{
throw 'Could not find Pidgin install directory to install purple-facebook plugin'
}
# Remove libjson-glib & libfacebook DLLs from the appropriate locations
$libjson_fullpath = Join-Path $pidgin_path $libjson_filename
Remove-Item $libjson_fullpath
$libfb_fullpath = Join-Path (Join-Path $pidgin_path $pidgin_plugin_subdir) $libfb_filename
Remove-Item $libfb_fullpath
Log in or click on link to see number of positives.
- purple-facebook.0.9.6.166.nupkg (12e70ad966dc) - ## / 60
- libfacebook.dll (4a92cbcefd49) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Purple Facebook 0.9.6.166 | 617 | Saturday, February 2, 2019 | Approved |
Purple Facebook 0.9.5.145 | 246 | Sunday, November 25, 2018 | Approved |
Purple Facebook 0.9.5.137 | 507 | Wednesday, October 18, 2017 | Approved |
Purple Facebook 0.9.5.135 | 295 | Tuesday, September 26, 2017 | Approved |
Purple Facebook 0.9.4.128 | 307 | Saturday, June 10, 2017 | Approved |
Purple Facebook 0.9.3.126 | 319 | Friday, March 31, 2017 | Approved |
Purple Facebook 0.0.0.011700 | 365 | Friday, December 23, 2016 | Approved |
Purple Facebook 0.0.0.011600 | 329 | Saturday, October 15, 2016 | Approved |
Purple Facebook 0.0.0.011001 | 332 | Sunday, August 21, 2016 | Approved |
Purple Facebook 0.0.0.011000 | 308 | Monday, May 9, 2016 | Approved |
Purple Facebook 0.0.0.010900 | 281 | Thursday, February 25, 2016 | Approved |
Purple Facebook 0.0.0.010700 | 263 | Sunday, February 14, 2016 | Approved |
Purple Facebook 0.0.0.010600 | 268 | Friday, January 29, 2016 | Approved |
Purple Facebook 0.0.0.010000 | 253 | Saturday, January 23, 2016 | Approved |
Purple Facebook 0.0.0.009900 | 238 | Sunday, January 17, 2016 | Approved |
Purple Facebook 0.0.0.002400 | 277 | Thursday, October 22, 2015 | Approved |
Purple Facebook 0.0.0.002300 | 261 | Wednesday, October 7, 2015 | Approved |
Purple Facebook 0.0.0.002200 | 256 | Wednesday, September 9, 2015 | Approved |
Purple Facebook 0.0.0.001400 | 249 | Saturday, August 22, 2015 | Approved |
Free Software Foundation
Ground Rules:
- This discussion is only about Purple Facebook and the Purple Facebook 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 Purple Facebook, 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.