Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Pidgin (software)

From Wikipedia, the free encyclopedia
(Redirected fromLibpurple)
Open-source multi-platform instant messaging client
"Gaim" redirects here. For other uses, seeGaim (disambiguation).
This article is about the instant messenger. For coding, seepidgin code.

Pidgin
Pidgin logo
Screenshot
Pidgin's buddy list
Pidgin's buddy list window inTrisquel
Initial releaseDecember 31, 1998; 26 years ago (1998-12-31) (as Gaim)
Stable release
2.14.14[1] Edit this on Wikidata / 23 January 2025
Preview release3.0.0 Experimental 1[2] (31 December 2024) [±]
Repository
Written inC (C#,Perl,Python,Tcl are used forplugins)
PlatformLinux
macOS (unofficial)
Microsoft Windows
Solaris(unofficial)
FreeBSD
NetBSD(unofficial)
OpenBSD(unofficial)
Available inMultiple languages[3]
TypeInstant messagingclient
LicenseGPL-3.0-or-later
Websitepidgin.im Edit this on Wikidata
This article needs to beupdated. The reason given is: most of the sources cited by this article are over ten years old and it's unclear how true most of this information still is as of 2024. Please help update this article to reflect recent events or newly available information.(August 2024)

Pidgin (formerly namedGaim) is afree and open-sourcemulti-platforminstant messaging client, based on alibrary namedlibpurple that has support for many instant messagingprotocols, allowing the user to simultaneously log in to various services from a single application, with a single interface for both popular and obsolete protocols (fromAIM toDiscord), thus avoiding the hassle of having to deal with new software for each device and protocol.

As of 2007[update], the number of Pidgin users was estimated to be over three million.[4]

Pidgin is widely used for itsOff-the-Record Messaging (OTR) plugin, which offersend-to-end encryption. For this reason it is included in the privacy and anonymity focused operating systemTails.[5]

History

[edit]
Gaim 2.0.0 beta 6 running underGNOME 2.16.0

The program was originally written byMark Spencer, anAuburn University sophomore, as an emulation of AOL's IM programAOL Instant Messenger on Linux using theGTK+ toolkit.[6] The earliest archived release was on December 31, 1998.[7] It was namedGAIM (GTK+ AOL Instant Messenger) accordingly. The emulation was not based onreverse engineering, but instead relied on information about the protocol that AOL had published on the web. Development was assisted by some of AOL's technical staff.[6][8] Support for other IM protocols was added soon thereafter.[6]

On 6 July 2015, Pidgin scored seven out of seven points on theElectronic Frontier Foundation's secure messaging scorecard.[9] They have received points for having communications encrypted in transit, having communications encrypted with keys the providers don't have access to (end-to-end encryption), making it possible for users to independently verify their correspondent's identities, having past communications secure if the keys are stolen (forward secrecy), having their code open to independent review (open source), having their security designs well-documented, and having recent independent security audits.[9]

Pidgin 3.0.0 Experimental 1 was announced and subsequently released[10] on December 31, 2024 after many years of slow[11] development. This version was tagged as a 2.90[12] because developers wished to separate experimental releases from a full proper release in the future. This version brought many API-breaking changes, which is why it was shipped only with one protocol plugin supporting IRC. The development team has stated that other protocols plugins will be available later pending their re-implementation, and that future experimental releases will follow a three-month cadence.

Naming dispute

[edit]

In response to pressure fromAOL, the program was renamed to theacronymous-but-lowercasegaim. As AOL Instant Messenger gained popularity, AOL trademarked its acronym, "AIM", leading to a lengthy legal struggle with the creators of GAIM, who kept the matter largely secret.[13]

On April 6, 2007, the project development team announced the results of their settlement with AOL, which included a series of name changes:Gaim becamePidgin,libgaim becamelibpurple, andgaim-text (thecommand-line interface version) becameFinch. The name Pidgin was chosen in reference to the term "pidgin", which describes communication between people who do not share a common language.[14] The name "purple" refers to "prpl", the internal libgaim name for an IMprotocolplugin.[15]

Due to the legal issues, version 2.0 of the software was frozen in beta stages. Following the settlement, it was announced that the first official release of Pidgin 2.0.0 was hoped to occur during the two weeks from April 8, 2007.[16] However, Pidgin 2.0 was not released as scheduled; Pidgin developers announced on April 22, 2007, that the delay was due to the preferences directory ".gaim".[17]

Pidgin 2.0.0 was released on May 3, 2007. Other visual changes were made to the interface in this version, including updated icons.[18]

Features

[edit]
Pidgin running onUbuntu

Pidgin provides a graphicalfront-end for libpurple usingGTK+.[19] Libpurple supports many instant-messagingprotocols.

Pidgin supports multipleoperating systems, includingWindows and manyUnix-like systems such asLinux, theBSDs, andAmigaOS. It is included by default in the operating systemsTails,Trisquel andXubuntu.

Pluggability

[edit]

The program is designed to be extended withplugins. Plugins are often written bythird-party developers. They can be used to add support for protocols, which is useful for those such asSkype orDiscord which have licensing issues (however, the users' data and interactions are still subject to their policies and eavesdropping). They can also add other significant features. For example, the "Off-the-Record Messaging" (OTR) plugin providesend-to-end encryption.

The TLS encryption system is pluggable, allowing different TLS libraries to be easily substituted.GnuTLS is the default, andNSS is also supported. Some operating systems' ports, such asOpenBSD's, choose to useOpenSSL orLibreSSL by default instead.

Contacts

[edit]

Contacts with multiple protocols can be grouped into one single contact instead of managing multiple protocols, and contacts can be given aliases or placed into groups.

To reach users as they log on or a status change occurs (such as moving from "Away" to "Available"), Pidgin supports on-action automated scripts calledBuddy Pounces to automatically reach the user in customizable ways.

File transfer

[edit]

Pidgin supports file transfers for many protocols. Direct, peer-to-peer file transfers are supported over protocols such as XMPP.

Voice and video chat

[edit]

As of version 2.6 (released on August 18, 2009), Pidgin supports voice/video calls usingFarstream.[20] As of July 2015[update], calls can only be initiated through the XMPP protocol.[21]

Miscellaneous

[edit]

Further features include support for themes,emoticons,spell checking, and notification area integration.[22]

Supported protocols

[edit]

The following protocols are officially supported by Pidgin 2.14.12, without any extensions or plugins:[23]

Some XMPP servers providetransports, which allow users to access networks using non-XMPP protocols without having to install plugins or additional software. Pidgin's support for XMPP means that these transports can be used to communicate via otherwise unsupported protocols, including not only instant messaging protocols, but also protocols such as SMS or E-mail.

Additional protocols, supported by third-party plugins, includeDiscord,[25]Telegram,[26] Microsoft OCS/LCS (extended SIP/SIMPLE),[27]Facebook Messenger,[28]QQ,[29]Skype via skype4pidgin plugin,[30]WhatsApp,[31] andSignal.[32]

Plugins

[edit]

Various other features are supported using third-partyplugins.[33] Such features include:

Criticisms

[edit]
  • As observed by Wired in 2015, the libpurple codebase is "known for its bountiful security bugs".[35] In 2011, security vulnerabilities were already discovered in popular OTR plugins using libpurple.[36]
  • As of version 2.4 and later, the ability to manually resize the text input box of conversations was removed. This led to afork, Carrier (originally named Funpidgin).[37][38][39]
  • Passwords are stored in aplaintext file, readable by any person or program that can access the user's files. Version 3.0 of Pidgin (no announced release date)[40] will support password storage in system keyrings such asKWallet and theGNOME Keyring for Linux,Keychain for macOS, and winCred API for Windows.[41][42]
  • Pidgin does not currently support pausing or reattempting file transfers.[43][44][45]
  • Pidgin does not allow disabling the group sorting on the contact list.[46]

Other notable software based on libpurple

[edit]

BitlBee andMinbif are IRCd-like gateways to multiple IM networks, and can be compiled with libpurple to increase functionality.

See also

[edit]

References

[edit]
  1. ^"Pidgin 2.14.14 has been released!". January 23, 2025. RetrievedJanuary 23, 2025.
  2. ^"Pidgin 3.0.0 Experimental 1 Announcement".IMFreedom. RetrievedJanuary 1, 2025.
  3. ^About Pidgin: Supported languages
  4. ^"Luke Schierer discusses Pidgin, Open source and life"Archived February 8, 2008, at theWayback Machine.PC World Australia, October 10, 2007.
  5. ^"Chatting with Pidgin and OTR".Tails. RetrievedJuly 22, 2020.
  6. ^abcHerper, Matthew (July 16, 2002)."Better Instant Messaging Through Linux"Forbes.com.
  7. ^Crawford, J. (1999)."User Guide". marko.net. Archived fromthe original on May 8, 1999. RetrievedOctober 15, 2011.As of now, the most recent sources are here[1](the file date is December 31, 1998){{cite web}}:External link in|quote= (help)
  8. ^Spencer, Mark (1998)."GAIM: GTK+ America OnLine Instant Messenger".Original project home page. marko.net. Archived fromthe original on February 10, 1999.
  9. ^ab"Secure Messaging Scorecard. Which apps and tools actually keep your messages safe?". Electronic Frontier Foundation. November 4, 2014. Archived fromthe original on May 28, 2015. RetrievedJuly 6, 2015.
  10. ^"Pidgin 3.0.0 Experimental 1 Has been Released!".IMFreedom. RetrievedJanuary 1, 2025.
  11. ^"After 16 Years, Pidgin 3 Takes Its First Steps".Linuxiac. RetrievedJanuary 1, 2025.
  12. ^"Added tag v2.90.0 for changeset 6b0efa558150".Pidgin Mercurial repo. RetrievedJanuary 1, 2025.
  13. ^"Sean Egan's Blog – The Power of Momentum (continued)"Archived June 20, 2011, at theWayback Machine. pidgin.im. May 23, 2007.
  14. ^"Important and Long Delayed News". pidgin.im. April 6, 2007. Archived fromthe original on April 8, 2007. RetrievedOctober 15, 2011.
  15. ^"What's with the name libpurple, anyway?". pidgin.im. RetrievedApril 22, 2014.
  16. ^"Important and Long Delayed News". pidgin.im. April 6, 2007. Archived fromthe original on April 8, 2007. RetrievedOctober 15, 2011.Now that the settlement is signed, we hope to have the final Pidgin 2.0.0 release late this week or early next.
  17. ^"Working towards 2.0.0". pidgin.im. April 22, 2007. Archived fromthe original on April 25, 2007. RetrievedApril 22, 2007.
  18. ^Egan, Sean (April 30, 2007)."Identity vs. Account Orientation". pidgin.im. Archived fromthe original on May 4, 2007. RetrievedMay 1, 2007.
  19. ^"What Is Libpurple – Pidgin – Trac". Pidgin.im. RetrievedMarch 22, 2009.
  20. ^"Changelog". pidgin.im. RetrievedAugust 22, 2009.
  21. ^"Voice and Video". pidgin.im. RetrievedAugust 22, 2009.
  22. ^"About Pidgin". pidgin.im. RetrievedSeptember 22, 2010.
  23. ^Pidgin developers."Pidgin". pidgin.im. RetrievedJanuary 22, 2023.
  24. ^abKramlich, Gary."State of the Bird Q4 2022". RetrievedJanuary 22, 2023.
  25. ^ab"purple-discord github repository".GitHub. RetrievedDecember 2, 2019.
  26. ^GitHub – majn/telegram-purple: Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers
  27. ^"SIPE Project". RetrievedFebruary 29, 2012.
  28. ^GitHub – Purple Facebook implements the Facebook Messenger protocol into pidgin, finch, and libpurple.
  29. ^"libqq". RetrievedJune 14, 2011.
  30. ^"Skype "API Plugin for Pidgin/libpurple/Adium"". RobbMob.com. RetrievedJuly 6, 2009.
  31. ^"WhatsApp on your computer: Pidgin plugin".davidgf.net. RetrievedMarch 31, 2020.
  32. ^"Signal on your computer: Pidgin plugin".github.com. RetrievedSeptember 18, 2020.
  33. ^"Pidgin Third-Party Plugins". pidgin.im. RetrievedSeptember 22, 2009.
  34. ^"SkypeWeb plugin github repository".GitHub. RetrievedDecember 2, 2019.
  35. ^Greenberg, Andy (October 31, 2015)."Tor Just Launched the Easiest App Yet for Anonymous, Encrypted IM".WIRED. RetrievedOctober 31, 2015.
  36. ^"EFF's Open Source Security Audit Uncovers Security Vulnerabilities in Messaging Software". September 22, 2011.
  37. ^"Ticket #4986 (closed enhancement: wontfix) – automatic chat input field resizing should be optional, regression from 2.3". pidgin.im. March 1, 2008. RetrievedMarch 8, 2008.
  38. ^Adams, Paul (April 22, 2008)."In Response to User Demand, Pidgin Forks". Wired.com. Archived fromthe original on May 19, 2008.
  39. ^Malda, Rob (April 30, 2008)."Pidgin Controversy Triggers Fork".Slashdot.
  40. ^"Milestone 3.0.0—Pidgin". July 3, 2014.
  41. ^"KeyringSupport—Pidgin". pidgin.im. July 3, 2014.
  42. ^Kramlich, Gary."State of the Bird Q4 2022". RetrievedJanuary 22, 2023.
  43. ^"Ticket #5769 (new enhancement) – Resume broken file transfers". pidgin.im. May 11, 2008. RetrievedOctober 15, 2011.
  44. ^"Ticket #7486 (closed enhancement: duplicate) – xdcc download-resuming-support". November 7, 2008. RetrievedDecember 30, 2008.
  45. ^"Ticket #1425 (new enhancement)- No ability to resume in IRC file transfers". pidgin.im. May 30, 2007. RetrievedDecember 30, 2008.
  46. ^"#1325: add option to hide groups". pidgin.im. RetrievedApril 22, 2013.
  47. ^"meebo from the backside". meebo.com. July 15, 2008. Archived fromthe original on August 19, 2008. RetrievedOctober 3, 2008.
  48. ^"Tubes". Telepathy.freedesktop.org. Archived fromthe original on August 24, 2014. RetrievedApril 1, 2014.
  49. ^"Telepathy Wiki – Components". Telepathy.freedesktop.org. RetrievedOctober 11, 2012.
  50. ^"Instantbird:FAQ – Instantbird Wiki". Wiki.instantbird.org. February 10, 2011. Archived fromthe original on May 28, 2013. RetrievedOctober 11, 2012.

External links

[edit]
Wikimedia Commons has media related toPidgin (instant messaging client).
Protocols
(comparison)
Open
Closed
Services
Clients
(comparison)
Single protocol
Multi-protocol
XMPP (Jabber)
MSNP
Defunct
Related
Common terms
Related protocols
Networks
Technology
See also
Clients
macOS
Microsoft Windows
Unix-like
Cross-platform
Multi-IM
Web-based
Web browser components
Library and plug-ins
Retrieved from "https://en.wikipedia.org/w/index.php?title=Pidgin_(software)&oldid=1266594237"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp