<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://prosody.im/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Prosody.im</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://prosody.im/"/>
    <id>http://prosody.im/</id>
    <updated>2013-05-21T18:03:27+01:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://prosody.im/feed.php" />
    <entry>
        <title>Transports and gateways - Fix broken link and improve with some examples</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/transports_and_gateways?rev=1369077126&amp;do=diff"/>
        <published>2013-05-20T20:12:06+01:00</published>
        <updated>2013-05-20T20:12:06+01:00</updated>
        <id>http://prosody.im/doc/transports_and_gateways?rev=1369077126&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>Transports/gateways are services that allow XMPP users to communicate with users that are connected to other networks and protocols. Gateways exist for most popular networks, and Prosody works with all of them (via the XEP-0114 Jabber component standard).</summary>
    </entry>
    <entry>
        <title>IPv6</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/ipv6?rev=1368919580&amp;do=diff"/>
        <published>2013-05-19T00:26:20+01:00</published>
        <updated>2013-05-19T00:26:20+01:00</updated>
        <id>http://prosody.im/doc/ipv6?rev=1368919580&amp;do=diff</id>
        <author>
            <name>Waqas Hussain</name>
        </author>
        <summary>Prosody 0.9+ supports IPv6 for all services, but at the moment some manual steps may be required to set it up.

Requirements:

	*  IPv6 on your system 8-)
	*  A LuaSocket version capable of IPv6

The official LuaSocket project has not yet been released with IPv6 support. However we have packaged a version that does support it, for which you can find instructions here.</summary>
    </entry>
    <entry>
        <title>Setting up a BOSH server - [Proxying requests] Remove trailing / in nginx config example</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/setting_up_bosh?rev=1368620620&amp;do=diff"/>
        <published>2013-05-15T13:23:40+01:00</published>
        <updated>2013-05-15T13:23:40+01:00</updated>
        <id>http://prosody.im/doc/setting_up_bosh?rev=1368620620&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>BOSH (previously known as 'HTTP binding' or “http-bind”) is a technology to use XMPP over HTTP, the protocol that powers the web. This allows XMPP applications to run in web pages, but also any other HTTP-only environment such as behind restrictive firewalls.</summary>
    </entry>
    <entry>
        <title>Prosody package repository - Add note about lsb_release</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/download/package_repository?rev=1368557130&amp;do=diff"/>
        <published>2013-05-14T19:45:30+01:00</published>
        <updated>2013-05-14T19:45:30+01:00</updated>
        <id>http://prosody.im/download/package_repository?rev=1368557130&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>We now have a repository of Prosody packages to allow for automatic updates using a package manager.

If you are using Debian, Ubuntu, or another derived GNU/Linux distribution that uses APT (apt-get, aptitude, etc.) then you can do the following:

Debian/Ubuntu

For these systems the package manager needs a line of information about where to find the repository. For Prosody's repository, this line is:</summary>
    </entry>
    <entry>
        <title>Certificates - Add section about file permissions</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/certificates?rev=1368519774&amp;do=diff"/>
        <published>2013-05-14T09:22:54+01:00</published>
        <updated>2013-05-14T09:22:54+01:00</updated>
        <id>http://prosody.im/doc/certificates?rev=1368519774&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>Certificates

In order to support encryption of connections you need to supply Prosody with a certificate and a key file in the standard PEM format. If you run other encrypted services such as a HTTPS website or mail server then you may have these already and can simply direct Prosody to use them. Otherwise you will need to obtain some.</summary>
    </entry>
    <entry>
        <title>luasec-prosody - created</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/depends/luasec/prosody?rev=1368444816&amp;do=diff"/>
        <published>2013-05-13T12:33:36+01:00</published>
        <updated>2013-05-13T12:33:36+01:00</updated>
        <id>http://prosody.im/doc/depends/luasec/prosody?rev=1368444816&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>luasec-prosody is a (hopefully temporary) fork of LuaSec, necessary for Prosody to support certificate authentication.

Download

Debian/Ubuntu

You can find it in our package repository as lua-sec-prosody.

Source

You can download a tarball here: luasec-prosody-0.5.tar.gz.</summary>
    </entry>
    <entry>
        <title>Prosody Dependencies - [LuaSec] luasec-prosody</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/depends?rev=1368444467&amp;do=diff"/>
        <published>2013-05-13T12:27:47+01:00</published>
        <updated>2013-05-13T12:27:47+01:00</updated>
        <id>http://prosody.im/doc/depends?rev=1368444467&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>Prosody depends on other applications or libraries to allow certain functionality. 

This page describes the different runtime dependencies we have, what they are for, and how to get hold of them if you don't have them.

Note: If you are trying to build Prosody from source then you will need additional dependencies, please see Installing from source for a short how-to.</summary>
    </entry>
    <entry>
        <title>Download Prosody - Update for 0.9.0beta1</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/download/start?rev=1368441506&amp;do=diff"/>
        <published>2013-05-13T11:38:26+01:00</published>
        <updated>2013-05-13T11:38:26+01:00</updated>
        <id>http://prosody.im/download/start?rev=1368441506&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>Prosody is available for all of the major operating systems. Be sure to check out the release notes.



Select a package for your system from the list, or download the source:

Linux

Debian and Ubuntu

A binary package is available that should work on Debian Lenny, and Ubuntu 8.04 (Hardy) up to 10.04 (Lucid).</summary>
    </entry>
    <entry>
        <title>0.9.0 Release Notes - Improve layout to make it less messy</title>
        <link rel="alternate" type="text/html" href="http://prosody.im/doc/release/0.9.0?rev=1368439428&amp;do=diff"/>
        <published>2013-05-13T11:03:48+01:00</published>
        <updated>2013-05-13T11:03:48+01:00</updated>
        <id>http://prosody.im/doc/release/0.9.0?rev=1368439428&amp;do=diff</id>
        <author>
            <name>Matthew Wild</name>
        </author>
        <summary>:!: This version is not yet released! These release notes are a work in progress. However a beta release is available. If you are willing, please help us test it.

:!: This release requires configuration changes to some existing Prosody installations, and breaks compatibility with some modules. Please read the  below.</summary>
    </entry>
</feed>
