<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>MUC Service Plugin Changelog</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        H2 {
             font-size : 10pt;
             font-weight : bold;
             padding-left : 1em;
        }
        A:hover {
            text-decoration : none;
        }
        H1 {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }
      
        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
    </style>
</head>
<body>

<h1>
MUC Service Plugin Changelog
</h1>

<p><b>0.2.1</b> -- 08.09.2014</p>
<ul>
    <li>Creation and modification dates, are now optional</li>
    <li>Room user roles, are now optional</li>
    <li>Bug fix: As persistent specified room, will be now saved to DB</li>
</ul>

<p><b>0.2.0</b> -- 07.07.2014</p>
<ul>
    <li>Extended the service with /participants endpoint to get all room participants</li>
    <li>Extended the muc service to manage chat room roles (owners, admins, members, outcasts)</li>
</ul>

<p><b>0.1.0</b> -- 06.23.2014</p>
<ul>
    <li>Initial setup of MUC Service Plugin</li>
</ul>

</body>
</html>