Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
9477b749
Commit
9477b749
authored
Oct 14, 2022
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move messaging notes to docs folder
parent
aee5ade6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
37 deletions
+35
-37
INSTALL
INSTALL
+0
-37
messaging.txt
docs/messaging.txt
+35
-0
No files found.
INSTALL
View file @
9477b749
...
@@ -95,40 +95,3 @@ fi
...
@@ -95,40 +95,3 @@ fi
./build_inplace
./build_inplace
./run
./run
Messaging notes
===============
To replicate messages between multiple SIP devices, discover PGP keys and
receive messages while offline, one must install SylkServer and configure it
with Cassandra storage backend, see https://sylkserver.com
These features are compatible with other SIP clients that implement the same
API, currently Blink for Mac and Sylk Mobile are known to support the same
API as Blink Qt.
The SIP Proxy for the account must fork a copy of all SIP messages to
SylkServer. When properly configured, SylkServer will respond to SIP
messages sent by Blink with the following content types:
* application/sylk-api-token (will auto discover the URL and index for offline storage)
* application/sylk-api-pgp-key-lookup (will return the OpenPGP key if exists)
All settings are subsequently auto-discovered by Blink.
To replicate messages from multiple devices they all must use the same
private PGP key. The import PGP panel is presented at start of messaging
sessions for each account. The key can be exported from another device that
implement the same API (see Chat menu item Export PGP private key) or can be
copied manually to ~/.blink/keys/private configuration folder with the
following convention:
* user@domain.privkey
* user@domain.pubkey
The public keys of the recipients are looked up in SylkServer at the start
of a messaging session. If a key is found, it will be returned as SIP
message with a special content type recognized by Blink and saved in a file
e.g. ~/.blink/keys/user@domain.pubkey
docs/messaging.txt
0 → 100644
View file @
9477b749
Messaging notes
===============
To replicate messages between multiple SIP devices, discover PGP keys and
receive messages while offline, one must install SylkServer and configure it
with Cassandra storage backend, see https://sylkserver.com
These features are compatible with other SIP clients that implement the same
API, currently Blink for Mac and Sylk Mobile are known to support the same
API as Blink Qt.
The SIP Proxy for the account must fork a copy of all SIP messages to
SylkServer. When properly configured, SylkServer will respond to SIP
messages sent by Blink with the following content types:
* application/sylk-api-token (will auto discover the URL and index for offline storage)
* application/sylk-api-pgp-key-lookup (will return the OpenPGP key if exists)
All settings are subsequently auto-discovered by Blink.
To replicate messages from multiple devices they all must use the same
private PGP key. The import PGP panel is presented at start of messaging
sessions for each account. The key can be exported from another device that
implement the same API (see Chat menu item Export PGP private key) or can be
copied manually to ~/.blink/keys/private configuration folder with the
following convention:
* user@domain.privkey
* user@domain.pubkey
The public keys of the recipients are looked up in SylkServer at the start
of a messaging session. If a key is found, it will be returned as SIP
message with a special content type recognized by Blink and saved in a file
e.g. ~/.blink/keys/user@domain.pubkey
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