Rename advertise sequence diagram

This commit is contained in:
wpetit 2020-01-06 14:58:21 +01:00
parent 3c44e82b65
commit b826f7de2d
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Librairie implémentant un protocole d'authentification par "appairage" d'un ser
### Annonce du client
![advertise](./doc/sequence-diagram/advertise.png)
![advertise](./doc/sequence-diagram/advertising.png)
### Mise à jour des attributs

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -4,7 +4,7 @@ Server -> Server: Validate client/server tokens
alt Success
Server -> Server: Save attributes
Server -> Server: Update last contact for peer ID
Server -> Client: 204 No Content
Server -> Client: 200 OK {""}
else Invalid client or server token
Server -> Client: 400 Bad request
else Malformed update request