From a86cabfb1940d0c495092f2e17a0c1d6b7b5ed72 Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Fri, 9 Jul 2010 03:19:18 -0700 Subject: [PATCH] Added Statusnet Driver to give access to sockets and send method --- .../phergie/Phergie/Driver/Statusnet.php | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php diff --git a/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php new file mode 100644 index 0000000000..e1e51a0f9b --- /dev/null +++ b/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php @@ -0,0 +1,53 @@ +. + * + * Calls the given Statusnet IM architecture enqueuing method to enqueue + * a new incoming message + * + * @category Phergie + * @package Phergie_Driver_Statusnet + * @author Luke Fitzgerald sockets; + } +} \ No newline at end of file