This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
What is the status on the following code within the PHP api?
// TODO
// public function getPresence() {
// $apiRequest = new ApiRequest( $this->url );
// $apiRequest->add(array(
// 'topic' => 'presence',
// 'action' => 'query'
// ));
// return ($apiRequest->execute() );
// }
Is this function waiting on some backend changes before it can implemented or were there other pending issues?