summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/implugin.php2
-rw-r--r--lib/uapplugin.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/implugin.php b/lib/implugin.php
index dafb8a416..dab72c514 100644
--- a/lib/implugin.php
+++ b/lib/implugin.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
}
/**
- * Superclass for plugins that do authentication
+ * Superclass for plugins that do instant messaging
*
* Implementations will likely want to override onStartIoManagerClasses() so that their
* IO manager is used
diff --git a/lib/uapplugin.php b/lib/uapplugin.php
index ef35bafbf..154ba70c7 100644
--- a/lib/uapplugin.php
+++ b/lib/uapplugin.php
@@ -26,6 +26,7 @@
* @copyright 2010 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
+ * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP
*/
if (!defined('STATUSNET') && !defined('LACONICA')) {
@@ -50,6 +51,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
* @author Evan Prodromou <evan@status.net>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
+ * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP
*/
abstract class UAPPlugin extends Plugin