Skip to content

Commit

Permalink
s/nonce/txn_id/
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Sep 28, 2015
1 parent 4c9f524 commit 97154cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/1-client_server_api.rst
Expand Up @@ -242,7 +242,7 @@ To respond to this type, reply with an auth dict as follows::
"type": "m.login.token",
"user": "<user_id or user localpart>",
"token": "<token>",
"nonce": "<client generated nonce>"
"txn_id": "<client generated nonce>"
}

The ``nonce`` should be a random string generated by the client for the
Expand Down

0 comments on commit 97154cc

Please sign in to comment.