diff options
Diffstat (limited to 'doc/guix.texi')
| -rw-r--r-- | doc/guix.texi | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3f0c0c51f4d..e1701a0d17d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -33141,8 +33141,8 @@ strings, see | |||
| 33141 | @cindex IRC, bridge to Zulip | 33141 | @cindex IRC, bridge to Zulip |
| 33142 | @cindex Zulip, bridge to IRC | 33142 | @cindex Zulip, bridge to IRC |
| 33143 | @url{https://zulip.com/integrations/irc, Zulip IRC integration} is a | 33143 | @url{https://zulip.com/integrations/irc, Zulip IRC integration} is a |
| 33144 | Zulip extension to bridge @acronym{IRC, Internet Relay Chat} room to a | 33144 | Zulip extension to bridge an @acronym{IRC, Internet Relay Chat} room to |
| 33145 | stream in the Zulip messaging system. | 33145 | a stream in the Zulip messaging system. |
| 33146 | 33146 | ||
| 33147 | @defvar zulip-irc-bridge-service-type | 33147 | @defvar zulip-irc-bridge-service-type |
| 33148 | This is the service type for the Zulip IRC bridge. Its value is a | 33148 | This is the service type for the Zulip IRC bridge. Its value is a |
| @@ -33172,26 +33172,30 @@ room to a Zulip stream. | |||
| 33172 | 33172 | ||
| 33173 | @end defvar | 33173 | @end defvar |
| 33174 | 33174 | ||
| 33175 | @c %end of fragment | 33175 | @c %start of fragment |
| 33176 | 33176 | ||
| 33177 | @deftp {Data Type} zulip-irc-bridge-configuration | 33177 | @deftp {Data Type} zulip-irc-bridge-configuration |
| 33178 | Available @code{zulip-irc-bridge-configuration} fields are: | 33178 | Available @code{zulip-irc-bridge-configuration} fields are: |
| 33179 | 33179 | ||
| 33180 | @table @asis | 33180 | @table @asis |
| 33181 | @item @code{irc-mirror} (default: @code{(file-append python-zulip "/share/zulip/integrations/bridge_with_irc/irc-mirror.py")}) (type: file-like) | 33181 | @item @code{irc-mirror} (type: file-like) |
| 33182 | Path to IRC mirror integration to use for the service. | 33182 | Path to the IRC mirror integration software to use. |
| 33183 | 33183 | ||
| 33184 | @item @code{irc-server} (type: string) | 33184 | @item @code{irc-server} (type: string) |
| 33185 | The IRC server where to search the room to mirror. | 33185 | The IRC server where the channel to mirror is hosted. |
| 33186 | 33186 | ||
| 33187 | @item @code{channel} (type: string) | 33187 | @item @code{channel} (type: string) |
| 33188 | The Zulip where to store the topic where IRC will be mirrored. | 33188 | The IRC room to mirror. |
| 33189 | 33189 | ||
| 33190 | @item @code{nick-prefix} (type: string) | 33190 | @item @code{nick-prefix} (type: string) |
| 33191 | Bot nickname. | 33191 | Bot nickname. |
| 33192 | 33192 | ||
| 33193 | @item @code{stream} (type: string) | 33193 | @item @code{stream} (type: string) |
| 33194 | The Zulip stream/topic where the mirroring takes place. | 33194 | The Zulip stream where the mirroring takes place. |
| 33195 | |||
| 33196 | @item @code{topic} (type: maybe-string) | ||
| 33197 | The Zulip topic to mirror the IRC room under. Defaults to IRC if not | ||
| 33198 | specified. | ||
| 33195 | 33199 | ||
| 33196 | @item @code{site} (type: string) | 33200 | @item @code{site} (type: string) |
| 33197 | The Zulip server that the IRC bridge integration should operate on. | 33201 | The Zulip server that the IRC bridge integration should operate on. |
| @@ -33200,12 +33204,14 @@ The Zulip server that the IRC bridge integration should operate on. | |||
| 33200 | The Zulip bot email that the IRC integration service should use. | 33204 | The Zulip bot email that the IRC integration service should use. |
| 33201 | 33205 | ||
| 33202 | @item @code{api-key} (type: string) | 33206 | @item @code{api-key} (type: string) |
| 33203 | The API key of the Zulip bot that will send the mirrored messages. | 33207 | The API key that the Zulip bot will use for authenticating with the |
| 33208 | Zulip site. | ||
| 33204 | 33209 | ||
| 33205 | @end table | 33210 | @end table |
| 33206 | 33211 | ||
| 33207 | @end deftp | 33212 | @end deftp |
| 33208 | 33213 | ||
| 33214 | |||
| 33209 | @c %end of fragment | 33215 | @c %end of fragment |
| 33210 | 33216 | ||
| 33211 | @node Telephony Services | 33217 | @node Telephony Services |
