X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=doc%2Fprotocole3.txt;h=fdb68df11f4cb4ae038def96a7e32dd31f03819b;hp=c3c2e6af86947583ade712f43ab3658d7ccfd136;hb=b5878679d51e91e8a86dd042251c91290bf8caf2;hpb=ccb7fdfe9914f47cc38f96e5973851f2c6f0c4b6 diff --git a/doc/protocole3.txt b/doc/protocole3.txt index c3c2e6a..fdb68df 100644 --- a/doc/protocole3.txt +++ b/doc/protocole3.txt @@ -148,21 +148,24 @@ Le format de la date n'est pas formel. { "reply" : "new_messages", "conversations" : [ - "last_page" : true | false, - "messages" : [ - "id" : 54, - "date" : "Hier 17:26:54", - "system" : true | false, - "owner" : true | false, - "answered" : true | false, - "is_a_reply" : true | false, - "nick" : "Paul", - "login" : "paul_22", - "content" : "Salut", - "answer_to" : [ - { "id" : 123, "pseudo" : "Pierre", "login" : "pierre_45" } + { + "last_page" : true | false, + "messages" : [ + "id" : 54, + "date" : "Hier 17:26:54", + "system" : true | false, + "owner" : true | false, + "answered" : true | false, + "is_a_reply" : true | false, + "nick" : "Paul", + "login" : "paul_22", + "content" : "Salut", + "answer_to" : [ + { "id" : 123, "pseudo" : "Pierre", "login" : "pierre_45" } + ] ] - ] + } + ... ] } ou