This website works better with JavaScript.
Home
Help
Register
Sign In
dvn
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
91
Wiki
Activity
Browse Source
Be less intrusive when Cancel was selected
IOS-2414
Volker Birk
2 years ago
parent
5446833542
commit
34391cf29a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
sync/sync.fsm
+ 3
- 3
sync/sync.fsm
View File
@ -19,15 +19,15 @@ protocol Sync 1 {
send SynchronizeGroupKeys;
go Grouped;
}
do newChallengeAndNegotiationBase;
debug > initial Beacon
send Beacon;
go Sole;
}
}
state Sole timeout=off {
on Init {
do newChallengeAndNegotiationBase;
debug > initial Beacon
send Beacon;
do showBeingSole;
}
Write
Preview
Loading…
Cancel
Save