mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-24 01:58:29 +00:00
Deployed d3c6974 with MkDocs version: 0.16.1
This commit is contained in:
parent
b8027727e8
commit
ac2e988758
@ -353,5 +353,5 @@ Without the dedication of these fine gentleman, Status would not exist.</p>
|
||||
|
||||
<!--
|
||||
MkDocs version : 0.16.1
|
||||
Build Date UTC : 2017-01-06 10:36:02
|
||||
Build Date UTC : 2017-01-07 07:06:48
|
||||
-->
|
||||
|
@ -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",
|
||||
|
@ -236,6 +236,7 @@
|
||||
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
||||
<ul class="nav bs-sidenav">
|
||||
<li class="main active"><a href="#chat-api">Chat API</a></li>
|
||||
<li><a href="#interface-anatomy">Interface Anatomy</a></li>
|
||||
<li><a href="#commands">Commands</a></li>
|
||||
<li><a href="#custom-keyboards">Custom Keyboards</a></li>
|
||||
<li><a href="#messages">Messages</a></li>
|
||||
@ -245,6 +246,15 @@
|
||||
<div class="col-md-9" role="main">
|
||||
|
||||
<h1 id="chat-api">Chat API</h1>
|
||||
<h2 id="interface-anatomy">Interface Anatomy</h2>
|
||||
<p>This anatomy establishes the different sections of the chat interface and establishes a common verbiage. The main components being:</p>
|
||||
<ul>
|
||||
<li>Message</li>
|
||||
<li>Input</li>
|
||||
<li>Keyboard</li>
|
||||
<li>Suggestions</li>
|
||||
</ul>
|
||||
<p><img alt="" src="../img/chat-anatomy.png" /></p>
|
||||
<h2 id="commands">Commands</h2>
|
||||
<p>!init (hidden)<br />
|
||||
- if it exists run on open chat session, only in 1-to-1 chats.<br />
|
||||
|
BIN
proposals/img/chat-anatomy.png
Normal file
BIN
proposals/img/chat-anatomy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
52
sitemap.xml
52
sitemap.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@ -13,31 +13,31 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/getting-started/mission-and-core-values/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/getting-started/user-guide/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/getting-started/faq/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/getting-started/code-of-conduct/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/development/building-status/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@ -53,31 +53,31 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/ux-and-design/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/testing-and-feedback/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/documenting/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/marketing/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/contributing/translations/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@ -87,31 +87,31 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/community/slack/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/community/newsletter/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/community/blog/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/community/tell-a-friend/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/community/development/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@ -121,49 +121,49 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/contact-sharing/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/chat-api/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/discover/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/messaging/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/erc20-exchange/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/sticker-market/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/visual-programming/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/proposals/moments/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@ -173,13 +173,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/licenses/mpl2/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://wiki.status.im/licenses/lgpl-v3.0-static/</loc>
|
||||
<lastmod>2017-01-06</lastmod>
|
||||
<lastmod>2017-01-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user