X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=doc%2Fprotocole3.txt;h=585794ae7fc98f52d6f754345996ac41758eaf82;hb=30636c724089e153a73bf897e1c62b63b3037e3c;hp=8b16d6e5c5345400916f57498e63d91cb17498d3;hpb=46b6cab14594802cdb4db9e3d77082815182073b;p=euphorik.git diff --git a/doc/protocole3.txt b/doc/protocole3.txt index 8b16d6e..585794a 100644 --- a/doc/protocole3.txt +++ b/doc/protocole3.txt @@ -81,7 +81,8 @@ ou "nick" : "Paul", "login" : "paul49", "email" : "paul@pierre.com", - "css" : "css/3/euphorik.css", + "css" : "css/3/euphorik.css", + "nick_format" : "nick" | "login" | "nick_login", "main_page" : 1, "conversations" : [ { @@ -109,11 +110,12 @@ c -> s "password" : "IJKJDHHSAD9081238", "nick" : "Paul", "email" : "paul@pierre.com", - "css" : "css/3/euphorik.css", + "css" : "css/3/euphorik.css", + "nick_format" : "nick" | "login" | "nick_login", "main_page" : 1, "conversations" : [ { - "racine" : 123, + "root" : 123, "page" : 1 } ] @@ -141,7 +143,8 @@ c -> s "conversations" : [ { "racine" : 123, - "page" : 1 + "page" : 1, + "last_message_id" : 4 (pas obligatoire) } ] }