summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-17 12:08:53 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-17 12:08:53 -0500
commit7bcfc9f6434e903936cbd6d47a2c25081f75eb04 (patch)
tree9b2a40a7845d425f93d459532b34c593ff6ae53d /scripts
parent75ebd45ebdcf26849e47d3c11a2cc2aa6e946c01 (diff)
another system message
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppdaemon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index 01fe8914f..ef3f8c63d 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;
}