This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Return Channel IDs for a Bridged connection #844
Labels
Comments
jrconlin
added a commit
that referenced
this issue
Mar 16, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 16, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 17, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 21, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 21, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 23, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
jrconlin
added a commit
that referenced
this issue
Mar 24, 2017
Adds new bridge system HTTP endpoint to fetch a list of server known CHIDs for a given UAID. Useful for remote clients to check status. (see documentation for calling structure and return). Also fixed an edge case where clients that may have been forced offline due to external system errors could still register new endpoints. The behavior will now be to return a 410 error if a client has been flagged as disconnected by the server. It is up to the client to check the local bridge connection and re-establish any endpoints. closes: #844, #843
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for a given registration URL
GET /v1/{router_type}/{token}/registration/{uaid}/
(auth'd by secret token), return the server known channel IDs.The text was updated successfully, but these errors were encountered: