[Pkg-privacy-commits] [libotr] 04/20: Fix description of v2 fragmentation in Protocol-v3.html
Intrigeri
intrigeri at moszumanska.debian.org
Thu Mar 10 09:25:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to annotated tag 4.1.1
in repository libotr.
commit c06ab9907edf9eea3047fe167d25919d1743514f
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Thu Dec 18 08:59:23 2014 +0000
Fix description of v2 fragmentation in Protocol-v3.html
Remove "sender_instance, receiver_instance," from description of v2
fragmentation and clarify that you can't fragment a fragment. Thanks to
Hannes Mehnert <hannes at mehnert.org> for the report.
---
ChangeLog | 7 +++++++
Protocol-v3.html | 6 ++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index be55b3d..78afa6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-18
+
+ * Protocol-v3.html: Remove "sender_instance, receiver_instance,"
+ from description of v2 fragmentation and clarify that you can't
+ fragment a fragment. Thanks to Hannes Mehnert
+ <hannes at mehnert.org> for the report.
+
2014-11-29
* README:
diff --git a/Protocol-v3.html b/Protocol-v3.html
index 7d3dbce..f78668d 100644
--- a/Protocol-v3.html
+++ b/Protocol-v3.html
@@ -1275,13 +1275,15 @@ fragmentation on outgoing messages is optional.</p>
OTR version 2 messages get fragmented in a similar format, but
without the instance tags fields:
- <p>"?OTR,%hu,%hu,%s," , sender_instance, receiver_instance,
+ <p>"?OTR,%hu,%hu,%s," ,
k , n , piece[k]</p></li>
<li>Note that k and n are unsigned short ints (2 bytes), and each has
a maximum value of 65535. Also, each piece[k] must be
non-empty.</li>
- </ul></dd>
+ </ul>
+ <p>Note that fragments are not themselves messages that can be
+ fragmented: you can't fragment a fragment.</p></dd>
<dt>Receiving Fragments:</dt>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list