<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.ircchat"
       name="IrcChat"
       version="1.0.0"
       provider-name="divingmule|MassIV">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>
  <extension point="xbmc.python.script" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary>An IRC Client</summary>
    <description>
      This add-on is a basic IRC client for XBMC mediacenter.
      Internet Relay Chat (IRC) is a protocol for live interactive
      Internet text messaging (chat) or synchronous conferencing.
      It is mainly designed for group communication in discussion forums, called channels.
    </description>
    <language></language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <source>https://github.com/divingmule/script.ircchat</source>
    <forum></forum>
    <website>http://wiki.xbmc.org/index.php?title=Add-on:IrcChat#IRC</website>
  </extension>
</addon>