summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Clayton <alex.clayton@isode.com>2016-02-05 12:29:28 (GMT)
committerAlex Clayton <alex.clayton@isode.com>2016-02-09 11:26:11 (GMT)
commit2a0022faeefc38a987e3ad55087f3dd45c35a9fb (patch)
treed6f05250c48038b06fd0d1266b5d212bfff55c42 /PortingProgress.txt
parent14ce99a513cf4ac8ff4a2305bd5917285dc14106 (diff)
downloadstroke-2a0022faeefc38a987e3ad55087f3dd45c35a9fb.zip
stroke-2a0022faeefc38a987e3ad55087f3dd45c35a9fb.tar.bz2
Finish porting S5BTransportSession
Finish porting S5BTransportSession to Stroke (previously a lot of it had been commented out). To do so had to introduce a heirachy to the SOCKS5BytestreamSession classes (which were being used as type parameters for the Transport Session) and refactor some of the onByteSent signals to insure they were all of the same type (Integer). Also update PortingProgress.txt to update to give status of some of the porting files. Test-information: Ran unit tests they all still pass. Change-Id: I4295b3a8829c208e65f5a46d19c35090f8c55865
Diffstat (limited to 'PortingProgress.txt')
-rw-r--r--PortingProgress.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/PortingProgress.txt b/PortingProgress.txt
index 9b22cc6..97c4ac9 100644
--- a/PortingProgress.txt
+++ b/PortingProgress.txt
@@ -82,8 +82,9 @@ Entity:
All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
-PayloadPersister -- Not Yet Ported!
-GenericPayloadPersister -- Not Yet Ported!
+Individual Comments:
+PayloadPersister and GenericPayloadPersister implemented as
+GenericPayloadPersister and GenericPayloadLoader.
-----
EventLoop:
@@ -96,8 +97,10 @@ FileTransfer:
All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
Tests not yet ported.
-Incoming and Outgoing Jingle File Transfer unimplemented due to multiple inheritance.
-S5BTransportSession -- Incomplete.
+
+Individual Comments:
+Incoming and Outgoing Jingle File Transfer have been implemented
+slightly differently to swiften due to multipe inheritance.
-----
IDN