From ac2e9887587a904c916e03dcd890fb8a3d75fe40 Mon Sep 17 00:00:00 2001
From: Jarrad Hope
Date: Sat, 7 Jan 2017 14:06:48 +0700
Subject: [PATCH] Deployed d3c6974 with MkDocs version: 0.16.1
---
.DS_Store | Bin 0 -> 6148 bytes
index.html | 2 +-
mkdocs/search_index.json | 7 ++++-
proposals/chat-api/index.html | 10 +++++++
proposals/img/chat-anatomy.png | Bin 0 -> 131582 bytes
sitemap.xml | 52 ++++++++++++++++-----------------
6 files changed, 43 insertions(+), 28 deletions(-)
create mode 100644 .DS_Store
create mode 100644 proposals/img/chat-anatomy.png
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..d566a2fb088c4974ebe790e25cd57d2a47cee973
GIT binary patch
literal 6148
zcmeHKPfG$p6n~>uE)jVM@;H}n9yBAn1dG|BTVT|oLU&PeVcQXRP0Eb@8ug9(1bv;}
zn;AvXE*&D|J$Unb^Zv{*zg^}J0EqgqQvoOdKpvGa<6yHwC{DU08S5bwdJF|Ico0JD
zkCw98@gEtWZ|6WC2B5H=`+jlX50#J6Prn}qaZ)aSiA*-PvALCZP1ZpiI)uH
zx;MDhy`a%^e#;=pNcf+s1Us21h#VLHCv0|xD
z%|R5Z=mDeC%4r27Gr$Zm18d5F-R|<+Yq~yO7Bj#M{GI{YA0#TFYcVybw+?LR`bhB{
zAqm>_mLQZCU5lwfjGzcpifBrOePRexj(%zLT#KneQw~DUjN{mug?*t2Jv;iPP6y!{
zU|BFT3V+NRkwPHZz8qG!>mt@b@rNz-%D^c61B$SsLoRy%V
hk7CTFqqvBw1^to?MAu?!5Irb-5zsVn!wmc>1K*mIQ~m$|
literal 0
HcmV?d00001
diff --git a/index.html b/index.html
index f5fbd72..6a199fb 100644
--- a/index.html
+++ b/index.html
@@ -353,5 +353,5 @@ Without the dedication of these fine gentleman, Status would not exist.
diff --git a/mkdocs/search_index.json b/mkdocs/search_index.json
index de6e59a..b93fbac 100644
--- a/mkdocs/search_index.json
+++ b/mkdocs/search_index.json
@@ -522,7 +522,7 @@
},
{
"location": "/proposals/chat-api/",
- "text": "Chat API\n\n\nCommands\n\n\n!init (hidden)\n\n - if it exists run on open chat session, only in 1-to-1 chats.\n\n!help\n\n!settings\n\n\nExplicitly calling commands\n\n\nDApps are namespaced with @dappname!command, which can be useful if same commands used by multiple bots are available, alternatively these can be used for commands when bot is not actually in the chat, ie @wallet!send\n\n\nCustom Keyboards\n\n\nParameters use custom keyboards (instead of types, we adapt our types to be keyboards themselves?) \n\n\nMake our emoji/sticker market with this, otherwise accessible through commands\nie !init command with param that opens up a config\n\n\nMessages\n\n\n\n\nsubscription to message feed\n\n\napi for sending messages, and setting things like \"typing\"\n\n\nnot available in group\n\n\n\n\nPrivacy\n\n\n\n\nby default does not receive all messages in group chat\n\n\nonly commands and in 1-to-1",
+ "text": "Chat API\n\n\nInterface Anatomy\n\n\nThis anatomy establishes the different sections of the chat interface and establishes a common verbiage. The main components being:\n\n\n\n\nMessage\n\n\nInput\n\n\nKeyboard\n\n\nSuggestions\n\n\n\n\n\n\nCommands\n\n\n!init (hidden)\n\n - if it exists run on open chat session, only in 1-to-1 chats.\n\n!help\n\n!settings\n\n\nExplicitly calling commands\n\n\nDApps are namespaced with @dappname!command, which can be useful if same commands used by multiple bots are available, alternatively these can be used for commands when bot is not actually in the chat, ie @wallet!send\n\n\nCustom Keyboards\n\n\nParameters use custom keyboards (instead of types, we adapt our types to be keyboards themselves?) \n\n\nMake our emoji/sticker market with this, otherwise accessible through commands\nie !init command with param that opens up a config\n\n\nMessages\n\n\n\n\nsubscription to message feed\n\n\napi for sending messages, and setting things like \"typing\"\n\n\nnot available in group\n\n\n\n\nPrivacy\n\n\n\n\nby default does not receive all messages in group chat\n\n\nonly commands and in 1-to-1",
"title": "Chat API (WIP)"
},
{
@@ -530,6 +530,11 @@
"text": "",
"title": "Chat API"
},
+ {
+ "location": "/proposals/chat-api/#interface-anatomy",
+ "text": "This anatomy establishes the different sections of the chat interface and establishes a common verbiage. The main components being: Message Input Keyboard Suggestions",
+ "title": "Interface Anatomy"
+ },
{
"location": "/proposals/chat-api/#commands",
"text": "!init (hidden) \n - if it exists run on open chat session, only in 1-to-1 chats. \n!help \n!settings",
diff --git a/proposals/chat-api/index.html b/proposals/chat-api/index.html
index 9c4c745..d6058e2 100644
--- a/proposals/chat-api/index.html
+++ b/proposals/chat-api/index.html
@@ -236,6 +236,7 @@