]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
another system message
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 17 Feb 2009 17:08:53 +0000 (12:08 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 17 Feb 2009 17:08:53 +0000 (12:08 -0500)
scripts/xmppdaemon.php

index 01fe8914f1aae18bcc0874878b5507bc0d520864..ef3f8c63d862472d52d3af9e725e7c1262797ce9 100755 (executable)
@@ -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;
         }