Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

presence api #6

Open
elronalds opened this issue Sep 4, 2017 · 1 comment
Open

presence api #6

elronalds opened this issue Sep 4, 2017 · 1 comment

Comments

@elronalds
Copy link

elronalds commented Sep 4, 2017

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?

@yasserf
Copy link
Contributor

yasserf commented Sep 6, 2017

That's a good question, there isn't anything blocking presence currently, and should be part of the normal HTTP spec.

https://deepstreamhub.com/docs/http/v1/#querying-online-users-presence-

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants