<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>OAuth Libraries</name>
+ <name>OAuth API</name>
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
- <description>OAuth libraries</description>
+ <description>Provides OAuth libraries and API support.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<?php
/**
- *
+ * OAuth libs
+ *
+ * @todo Pull these out into an elgg_oauth lib and use elgg_register_library().
+ * @package oauth_api
*/
// require all vendor libraries
</requires>
<requires>
<type>plugin</type>
- <name>oauth_lib</name>
+ <name>oauth_api</name>
</requires>
<requires>
<type>php_extension</type>