Prosody is a free and open source, flexible communications server for Jabber/XMPP written in Lua.
Prosody aims to be easy to use, and light on resources. For developers Prosody aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
What's New in This Release: [ read full changelog ]
· PEP: Fix sending of iq replies on publish
· MUC: Add MUC namespace to errors (fixes Gajim's behaviour)
· BOSH: Fix reply for host-unknown errors
· More reliably prevent adding yourself to your roster
· Fix leaked session object when XEP-0114 components disconnect
· Apply nodeprep (i.e. case normalization) to usernames at login
· Implement timeout for s2s dialback responses
· Correctly fall back on alternate DNS nameservers if one fails
· More robust parsing of resolv.conf
· mod_httpserver: Allow configuration of HTTP base path
· mod_console: Gracefully close streams when using s2s:close()
· Fix libidn crash on Vista and some other Windows systems