Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.x

This commit is contained in:
Evan Prodromou 2009-02-18 23:31:28 +00:00
commit 72b3c9108c
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}