Add transaction identifier is optionnal in README

This commit is contained in:
Chteufleur 2016-07-16 09:52:18 +02:00
parent 36bbb829b5
commit 0f64210e16
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ To ask authorization, just send an HTTP request to the path ``/auth`` with param
* jid : JID of the user (user@host/resource or user@host) * jid : JID of the user (user@host/resource or user@host)
* domain : Domain you want to access * domain : Domain you want to access
* method : Method you access the domain * method : Method you access the domain
* transaction_id : Transaction identifier * transaction_id : Transaction identifier (auto generated if not provide)
* timeout : Timeout of the request in second (default : 60, max : 300) * timeout : Timeout of the request in second (default : 60, max : 300)
Example: Example: