summaryrefslogtreecommitdiff
path: root/_darcs/pristine/scripts/jabberqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/scripts/jabberqueuehandler.php')
-rw-r--r--_darcs/pristine/scripts/jabberqueuehandler.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/_darcs/pristine/scripts/jabberqueuehandler.php b/_darcs/pristine/scripts/jabberqueuehandler.php
index 271aab22b..ea26aaf79 100644
--- a/_darcs/pristine/scripts/jabberqueuehandler.php
+++ b/_darcs/pristine/scripts/jabberqueuehandler.php
@@ -37,11 +37,13 @@ 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) {