Prosody (software)

Summary

Prosody (formerly lxmppd[2]) is a cross-platform XMPP server written in Lua. Its development goals include low resource usage, ease of use, and extensibility. Prosody uses the default XMPP ports, 5222 and 5269, for client-to-server and server-to-server communications respectively.

Prosody
Developer(s)Prosody dev team
Initial releaseDecember 3, 2008 (2008-12-03)
Stable release
0.12.4[1] Edit this on Wikidata / 6 September 2023
Repository
  • hg.prosody.im Edit this at Wikidata
Written inLua
Operating systemCross-platform
TypeXMPP server
LicenseMIT License
Websitehttps://prosody.im

History edit

Prosody development was started by Matthew Wild in August 2008[3] and its first release, 0.1.0, was made in December 2008.[4]

Prosody was initially licensed under the GNU General Public License (version 2), but later switched to the MIT License in its 3rd release.[5]

Notable deployments edit

The XMPP Standards Foundation runs Prosody on xmpp.org, and uses the chatroom feature for meetings for various XSF teams.

Identi.ca the micro-blogging service uses Prosody to deliver IM notifications.

Remember the Milk uses Prosody to deliver IM based reminders.

Collabora runs Prosody on proxies.telepathy.im to provide file transfer proxy lookup for Telepathy (and therefore Empathy).

Peter Saint-Andre[6] (the executive director of the XMPP Standards Foundation) has run Prosody on http://stpeter.im.[7]

See also edit

References edit

  1. ^ "Prosody 0.12.4 released". 6 September 2023. Retrieved 7 September 2023.
  2. ^ lxmppd - Prosody XMPP Server - Google Project Hosting. Code.google.com. Retrieved on 2013-07-17.
  3. ^ Wild, Matthew (August 22, 2008). "First Prosody source commit". Prosody.im. Archived from the original on August 26, 2012. Retrieved 2009-07-26.
  4. ^ Wild, Matthew (December 3, 2008). "Prosody XMPP Server Announcement". JDev mailing list. Jabber.org. Archived from the original on 2012-10-27. Retrieved 2009-12-16.
  5. ^ Wild, Matthew (February 2, 2009). "Release Notes for 0.3.0". Prosody.im. Retrieved 2009-07-26.
  6. ^ Saint-Andre, Peter. "XSF People :: Peter Saint-Andre". XMPP Standards Foundation. Retrieved 2009-12-16.
  7. ^ Saint-Andre, Peter (June 16, 2009). "Prosodic". Stpeter.im. Archived from the original on July 21, 2011. Retrieved 2009-12-16.

External links edit

  • Official website  
  • Prosody on Twitter  
  • The Prosody project's source code repository
  • RTC Quick Start Guide explains how to set up all the components needed for real-time communication, including Prosody as the XMPP server