search.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3. <head><meta charset="utf-8"/>
  4. <meta name="viewport" content="width=device-width,initial-scale=1"/>
  5. <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
  6. <!-- Generated with Sphinx 6.2.1 and Furo 2023.07.26 --><title>Search - Synapse development documentation</title><link rel="stylesheet" type="text/css" href="_static/pygments.css" />
  7. <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=369552022d0b975c8e74270ce6eabe0fb7978f24" />
  8. <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
  9. <style>
  10. body {
  11. --color-code-background: #f8f8f8;
  12. --color-code-foreground: black;
  13. }
  14. @media not print {
  15. body[data-theme="dark"] {
  16. --color-code-background: #202020;
  17. --color-code-foreground: #d0d0d0;
  18. }
  19. @media (prefers-color-scheme: dark) {
  20. body:not([data-theme="light"]) {
  21. --color-code-background: #202020;
  22. --color-code-foreground: #d0d0d0;
  23. }
  24. }
  25. }
  26. </style></head>
  27. <body>
  28. <script>
  29. document.body.dataset.theme = localStorage.getItem("theme") || "auto";
  30. </script>
  31. <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
  32. <symbol id="svg-toc" viewBox="0 0 24 24">
  33. <title>Contents</title>
  34. <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
  35. <path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
  36. </svg>
  37. </symbol>
  38. <symbol id="svg-menu" viewBox="0 0 24 24">
  39. <title>Menu</title>
  40. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  41. stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
  42. <line x1="3" y1="12" x2="21" y2="12"></line>
  43. <line x1="3" y1="6" x2="21" y2="6"></line>
  44. <line x1="3" y1="18" x2="21" y2="18"></line>
  45. </svg>
  46. </symbol>
  47. <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  48. <title>Expand</title>
  49. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  50. stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
  51. <polyline points="9 18 15 12 9 6"></polyline>
  52. </svg>
  53. </symbol>
  54. <symbol id="svg-sun" viewBox="0 0 24 24">
  55. <title>Light mode</title>
  56. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  57. stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
  58. <circle cx="12" cy="12" r="5"></circle>
  59. <line x1="12" y1="1" x2="12" y2="3"></line>
  60. <line x1="12" y1="21" x2="12" y2="23"></line>
  61. <line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
  62. <line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
  63. <line x1="1" y1="12" x2="3" y2="12"></line>
  64. <line x1="21" y1="12" x2="23" y2="12"></line>
  65. <line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
  66. <line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
  67. </svg>
  68. </symbol>
  69. <symbol id="svg-moon" viewBox="0 0 24 24">
  70. <title>Dark mode</title>
  71. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  72. stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
  73. <path stroke="none" d="M0 0h24v24H0z" fill="none" />
  74. <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
  75. </svg>
  76. </symbol>
  77. <symbol id="svg-sun-half" viewBox="0 0 24 24">
  78. <title>Auto light/dark mode</title>
  79. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  80. stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
  81. <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  82. <circle cx="12" cy="12" r="9" />
  83. <path d="M13 12h5" />
  84. <path d="M13 15h4" />
  85. <path d="M13 18h1" />
  86. <path d="M13 9h4" />
  87. <path d="M13 6h1" />
  88. </svg>
  89. </symbol>
  90. </svg>
  91. <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
  92. <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
  93. <label class="overlay sidebar-overlay" for="__navigation">
  94. <div class="visually-hidden">Hide navigation sidebar</div>
  95. </label>
  96. <label class="overlay toc-overlay" for="__toc">
  97. <div class="visually-hidden">Hide table of contents sidebar</div>
  98. </label>
  99. <div class="page">
  100. <header class="mobile-header">
  101. <div class="header-left">
  102. <label class="nav-overlay-icon" for="__navigation">
  103. <div class="visually-hidden">Toggle site navigation sidebar</div>
  104. <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
  105. </label>
  106. </div>
  107. <div class="header-center">
  108. <a href="index.html"><div class="brand">Synapse development documentation</div></a>
  109. </div>
  110. <div class="header-right">
  111. <div class="theme-toggle-container theme-toggle-header">
  112. <button class="theme-toggle">
  113. <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
  114. <svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
  115. <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
  116. <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
  117. </button>
  118. </div>
  119. <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
  120. <div class="visually-hidden">Toggle table of contents sidebar</div>
  121. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  122. </label>
  123. </div>
  124. </header>
  125. <aside class="sidebar-drawer">
  126. <div class="sidebar-container">
  127. <div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
  128. <span class="sidebar-brand-text">Synapse development documentation</span>
  129. </a><form class="sidebar-search-container" method="get" action="#" role="search">
  130. <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
  131. <input type="hidden" name="check_keywords" value="yes">
  132. <input type="hidden" name="area" value="default">
  133. </form>
  134. <div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
  135. <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
  136. <ul>
  137. <li class="toctree-l1"><a class="reference internal" href="modules/federation_sender.html">Federation Sender</a></li>
  138. </ul>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </aside>
  144. <div class="main">
  145. <div class="content">
  146. <div class="article-container">
  147. <a href="#" class="back-to-top muted-link">
  148. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  149. <path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
  150. </svg>
  151. <span>Back to top</span>
  152. </a>
  153. <div class="content-icon-container">
  154. <div class="theme-toggle-container theme-toggle-content">
  155. <button class="theme-toggle">
  156. <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
  157. <svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
  158. <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
  159. <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
  160. </button>
  161. </div>
  162. <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
  163. <div class="visually-hidden">Toggle table of contents sidebar</div>
  164. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  165. </label>
  166. </div>
  167. <article role="main">
  168. <noscript>
  169. <div class="admonition error">
  170. <p class="admonition-title">Error</p>
  171. <p>
  172. Please activate JavaScript to enable the search functionality.
  173. </p>
  174. </div>
  175. </noscript>
  176. <div id="search-results"></div>
  177. </article>
  178. </div>
  179. <footer>
  180. <div class="related-pages">
  181. </div>
  182. <div class="bottom-of-page">
  183. <div class="left-details">
  184. <div class="copyright">
  185. Copyright &#169; 2023, The Matrix.org Foundation C.I.C.
  186. </div>
  187. Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
  188. <a href="https://github.com/pradyunsg/furo">Furo</a>
  189. </div>
  190. <div class="right-details">
  191. </div>
  192. </div>
  193. </footer>
  194. </div>
  195. <aside class="toc-drawer no-toc">
  196. </aside>
  197. </div>
  198. </div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  199. <script src="_static/doctools.js"></script>
  200. <script src="_static/sphinx_highlight.js"></script>
  201. <script src="_static/scripts/furo.js"></script>
  202. <script src="_static/searchtools.js"></script>
  203. <script src="_static/language_data.js"></script>
  204. <script src="searchindex.js"></script></body>
  205. </html>