]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/jabberqueuehandler.php
Readjusted location and size for logo, form_notice,
[quix0rs-gnu-social.git] / scripts / jabberqueuehandler.php
index 271aab22bfbabb4b1100d49bf0351d718253a11c..924fc45453ecc2ef08d5b570962c38d27ab6d839 100755 (executable)
@@ -33,15 +33,18 @@ require_once(INSTALLDIR . '/lib/xmppqueuehandler.php');
 
 set_error_handler('common_error_handler');
 
-class JabberQueueHandler extends XmppQueueHandler {
+class JabberQueueHandler extends XmppQueueHandler
+{
 
     var $conn = null;
 
-    function transport() {
+    function transport()
+    {
         return 'jabber';
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_broadcast_notice($notice);
         } catch (XMPPHP_Exception $e) {