s/nonce/txn_id/

This commit is contained in:
Erik Johnston 2015-09-28 13:09:54 +01:00
parent 4c9f524cab
commit 97154cc6b2

View file

@ -242,7 +242,7 @@ To respond to this type, reply with an auth dict as follows::
"type": "m.login.token", "type": "m.login.token",
"user": "<user_id or user localpart>", "user": "<user_id or user localpart>",
"token": "<token>", "token": "<token>",
"nonce": "<client generated nonce>" "txn_id": "<client generated nonce>"
} }
The ``nonce`` should be a random string generated by the client for the The ``nonce`` should be a random string generated by the client for the