From: Evan Prodromou Date: Tue, 17 Feb 2009 17:08:53 +0000 (-0500) Subject: another system message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7bcfc9f6434e903936cbd6d47a2c25081f75eb04;p=quix0rs-gnu-social.git another system message --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 01fe8914f1..ef3f8c63d8 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -208,6 +208,8 @@ class XMPPDaemon extends Daemon { if (preg_match('/[\[\(]?[Aa]uto[-\s]?[Rr]e(ply|sponse)[\]\)]/', $txt)) { return true; + } else if (preg_match('/^System: Message wasn\'t delivered. Offline storage size was exceeded.$/', $txt)) { + return true; } else { return false; }