Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/venomous0x/WhatsAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
shirioko committed Oct 12, 2013
2 parents 833cea4 + b735222 commit 98abbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php/whatsprot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,7 @@ protected function processInboundData($data)
if ($node->getChild(0)->getAttribute('xmlns') == 'jabber:iq:last') {
$this->eventManager()->fire("onGetRequestLastSeen", array(
$this->phoneNumber,
$node->getAttribute('from'),
$node->getAttribute('id'),
$node->getChild(0)->getAttribute('seconds')
)
Expand Down

0 comments on commit 98abbe2

Please sign in to comment.