Fixed offline messages delivering bug.

git-svn-id: http://voip.null.ro/svn/yate@2955 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2009-11-19 08:07:42 +00:00
parent 0589439edf
commit f470999b27
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ void YJBEngine::processPresenceStanza(JBEvent* ev)
if (p && p->name() == "xml") {
XmlElement* xml = XMPPUtils::getXml(p);
if (xml)
ok = c2s->sendStanza(xml) && ok;
ok = c2s->sendStanza(xml) || ok;
}
}
if (ok)