From ff381b5ffef6d0cf6fc281d5bac68fcdd6263b55 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 30 May 2019 16:52:28 +0200 Subject: [PATCH] Remove unused file --- docs/DEVELOPER.rst | 59 ---------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 docs/DEVELOPER.rst diff --git a/docs/DEVELOPER.rst b/docs/DEVELOPER.rst deleted file mode 100644 index ad77612d7..000000000 --- a/docs/DEVELOPER.rst +++ /dev/null @@ -1,59 +0,0 @@ -Subscription flow -================= - -Happy flow ----------- - -Contact1 makes a presence subscription request to contact2. - -:: - - -Contact1 receives a roster update - -:: - - - - - - -Contact2 receives the presence subscription, but no -roster update. We create a roster item manually in -handleIncomingSubscription and add the 'requesting' -property to indicate that this is an incoming request. - -Contact2 clicks "Accept". This confirms the -subscription and subscribes back. - -:: - - - -IF Contact1 is still online and likewise subscribes back, Contact2 will receive a roster update - -:: - - - - - - -ELSE, Contact 2 will receive a roster update (but not an IQ stanza) - -:: - ask = null - subscription = "from" - - -Contact1's converse.js client will automatically -approve. - -Contact2 receives a roster update (as does contact1). - -:: - - - - -