CVS update: openprivacy/htdocs/notes

From: cvs@openprivacy.org
Date: Fri Dec 15 2000 - 18:59:49 PST


Date: Friday December 15, 19100 @ 18:59
Author: fen
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes

-----------------------------------

Update of /usr/local/cvsroot/openprivacy/htdocs/notes
In directory openprivacy.org:/home/fen/projects/openprivacy/htdocs/notes

Modified Files:
        flow.txt
Log Message:
added publish method

*****************************************************************
File: openprivacy/htdocs/notes/flow.txt

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?annotate=1.2

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?rev=1.2&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt.diff?r1=1.2&r2=1.1

-----------------------------------

Index: openprivacy/htdocs/notes/flow.txt
diff -u openprivacy/htdocs/notes/flow.txt:1.1 openprivacy/htdocs/notes/flow.txt:1.2
--- openprivacy/htdocs/notes/flow.txt:1.1 Thu Dec 14 17:54:42 2000
+++ openprivacy/htdocs/notes/flow.txt Fri Dec 15 18:59:49 2000
@@ -2,10 +2,11 @@
 
 // create a primary (secret,public) key pair
 A1: (N1s,N1p) = createPseudonym(rand())
+ [see e.g. openssh]
 
 // ask OCDS for OCS channels filtered by keyword
 // for secure usage, communications are onion routed
-A1=>JP: sendMessage(capability=getStream, filter=keyword, callbackAddr=A1)
+A1=>JP: sendMessage(facility=getStream, filter=keyword, callbackAddr=A1)
 
 // OCDS returns streams collection (size of collection may be zero)
 A1<=JP: sendMessage(address=A1, value=rss[]) // (may be null)
@@ -35,7 +36,7 @@
 // send the prob to JetsPeek (which is acting as a reputation server)
 // other capabilities include DELETE, GRAFT, ...?
 // refURI used for DELETE and GRAFT
-A1=>JP: sendMessage(capability=INSERT, prob=prob_J1, refURI="")
+A1=>JP: sendMessage(facility=INSERT, prob=prob_J1, refURI="")
 
 // store the data locally
 JP: storeLocally(prob=prob_J1)
@@ -43,7 +44,10 @@
 // J1 subscribes to RSS1 via standard TCP/IP mechanism
 
 // RSS is a multi-valued entity for RSS_090, RSS_091, and RSS_1.0
-A2=>JP: sendMessage(capability=SELECT, namespace=RSS, signature=J1, callbackAddr=A2)
+A2=>JP: sendMessage(facility=SELECT, namespace=RSS, signature=J1, callbackAddr=A2)
 
+// publish stream pseudonymously
+A1+>JP: SendMessage(facility=publish, namespace=RSS, signature=J4)
+
 // TODO: DELETE, GRAFT
-// TODO: publish stream pseudonymously
+// TODO: AgentLookup;



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST