Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OTRv4
otrv4-prekey-server
Commits
e41b2540
Unverified
Commit
e41b2540
authored
Aug 02, 2018
by
Giovane Liberato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename service for server in the XMPP session
parent
b45cf8fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
otrv4-prekey-server.md
otrv4-prekey-server.md
+14
-14
No files found.
otrv4-prekey-server.md
View file @
e41b2540
...
...
@@ -50,11 +50,11 @@ Server to store Prekey Ensembles.
1.
[
Transmitting Fragments
](
#transmitting-fragments
)
1.
[
Receiving Fragments
](
#receiving-fragments
)
1.
[
A Prekey Server for OTRv4 over XMPP
](
#a-prekey-server-for-otrv4-over-xmpp
)
1.
[
Discovering a Prekey Serv
ic
e
](
#discovering-a-prekey-serv
ic
e
)
1.
[
Discovering the Features supported by a Prekey Serv
ic
e
](
#discovering-the-features-supported-by-a-prekey-serv
ic
e
)
1.
[
Publishing Prekey Values to the Serv
ic
e
](
#publishing-prekey-values-to-the-serv
ic
e
)
1.
[
Obtaining Information about Prekey Values from the Serv
ic
e
](
#obtaining-information-about-prekey-values-from-the-serv
ic
e
)
1.
[
Retrieving published Prekeys from a Prekey Serv
ic
e
](
#retrieving-published-prekeys-from-a-prekey-serv
ic
e
)
1.
[
Discovering a Prekey Serve
r
](
#discovering-a-prekey-serve
r
)
1.
[
Discovering the Features supported by a Prekey Serve
r
](
#discovering-the-features-supported-by-a-prekey-serve
r
)
1.
[
Publishing Prekey Values to the Serve
r
](
#publishing-prekey-values-to-the-serve
r
)
1.
[
Obtaining Information about Prekey Values from the Serve
r
](
#obtaining-information-about-prekey-values-from-the-serve
r
)
1.
[
Retrieving published Prekeys from a Prekey Serve
r
](
#retrieving-published-prekeys-from-a-prekey-serve
r
)
1.
[
Detailed Example of the Prekey Server over XMPP
](
#detailed-example-of-the-prekey-server-over-xmpp
)
1.
[
References
](
#references
)
...
...
@@ -1628,9 +1628,9 @@ returned prekey servers to connect to, in order to distribute load for the
server.
### Publishing Prekey Values to the Serv
ic
e
### Publishing Prekey Values to the Serve
r
An entity authenticates to the serv
ic
e through an interactive DAKE. DAKE
An entity authenticates to the serve
r
through an interactive DAKE. DAKE
messages are sent in "message" stanzas.
When calculating the
`phi`
value for XMPP, the bare JID of the publisher and the
...
...
@@ -1653,7 +1653,7 @@ of a message:
</message>
```
The serv
ic
e responds with another message:
The serve
r
responds with another message:
```
<message
...
...
@@ -1687,9 +1687,9 @@ And the Prekey Server responds with a "Success" message:
</message>
```
### Obtaining Information about Prekey Messages from the Serv
ic
e
### Obtaining Information about Prekey Messages from the Serve
r
An entity authenticates to the serv
ic
e through a DAKE. DAKE messages are send
An entity authenticates to the serve
r
through a DAKE. DAKE messages are send
in "message" stanzas.
It sends the same DAKE messages as the previous section, except for the last
...
...
@@ -1717,9 +1717,9 @@ And the Prekey Server responds with a "Storage Status" message:
</message>
```
### Retrieving published Prekeys Values from a Prekey Serv
ic
e
### Retrieving published Prekeys Values from a Prekey Serve
r
An entity asks the serv
ic
e for prekey ensembles from a particular participant by
An entity asks the serve
r
for prekey ensembles from a particular participant by
sending a "Prekey Ensemble Query Retrieval message" for an specific identity,
for example,
`bob@xmpp.net`
, and specific versions, for example, "45".
...
...
@@ -1732,7 +1732,7 @@ for example, `bob@xmpp.net`, and specific versions, for example, "45".
</message>
```
The serv
ic
e responds with a "Prekey Ensemble Retrieval message" if there are
The serve
r
responds with a "Prekey Ensemble Retrieval message" if there are
no values in storage:
```
...
...
@@ -1744,7 +1744,7 @@ no values in storage:
</message>
```
The serv
ic
e responds with a "No Prekey-Ensembles in Storage Message" if there
The serve
r
responds with a "No Prekey-Ensembles in Storage Message" if there
are no values in storage:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment