2016-12-22 23:26:11 +01:00
|
|
|
# About streams and topics
|
|
|
|
|
|
|
|
In Zulip, conversations are organized by conversation **streams** and
|
|
|
|
**topics**.
|
|
|
|
|
|
|
|
## About streams
|
2017-01-06 20:04:16 +01:00
|
|
|
On Zulip, users communicate with each other in group chats by sending
|
|
|
|
messages to streams, which are similar to conversation threads.
|
2016-12-22 23:26:11 +01:00
|
|
|
|
|
|
|
Streams are either:
|
|
|
|
|
2017-01-06 20:04:16 +01:00
|
|
|
* **Public** - Public streams are for open discussions. Any Zulip user can
|
|
|
|
join any public stream in the organization, and they can view the complete
|
|
|
|
message history of any public stream without joining the stream.
|
|
|
|
* **Private** - Private streams are for confidential discussions and are
|
|
|
|
only visible to users who've been invited to subscribe to them. Users who
|
|
|
|
are not members of a private stream cannot subscribe to the stream, and
|
|
|
|
they also cannot read or send messages to the stream.
|
|
|
|
|
2017-01-28 00:03:43 +01:00
|
|
|
Users are subscribed to specific streams in the organization by default,
|
2018-02-17 18:50:59 +01:00
|
|
|
such as the #announce stream. Users can easily
|
2018-09-16 16:59:55 +02:00
|
|
|
view messages from a specific stream;
|
2017-01-28 00:03:43 +01:00
|
|
|
in addition, they can
|
2018-09-16 08:00:29 +02:00
|
|
|
[browse](/help/browse-and-subscribe-to-streams) their stream
|
2017-01-28 00:03:43 +01:00
|
|
|
subscriptions using the Zulip stream browser.
|
2016-12-22 23:26:11 +01:00
|
|
|
|
|
|
|
If they wish to read messages from a stream that they're not subscribed to,
|
2017-01-28 00:03:43 +01:00
|
|
|
users can choose to
|
2018-09-16 08:00:29 +02:00
|
|
|
[join](/help/browse-and-subscribe-to-streams) a
|
2017-01-28 00:03:43 +01:00
|
|
|
stream. Similarly, if they are not interested in the topics being discussed
|
|
|
|
in a stream, users can choose to
|
|
|
|
[unsubscribe](/help/unsubscribe-from-a-stream) from a stream. Users can
|
|
|
|
also customize their stream settings; they can:
|
2017-01-06 20:04:16 +01:00
|
|
|
|
|
|
|
* [pin a stream](/help/pin-a-stream)
|
|
|
|
* [change the color of streams](/help/change-the-color-of-a-stream)
|
2018-08-15 03:09:59 +02:00
|
|
|
* [enable notifications for stream](/help/stream-notifications)
|
2017-01-06 20:04:16 +01:00
|
|
|
* [muting notification for streams](/help/mute-a-stream)
|
2016-12-22 23:26:11 +01:00
|
|
|
|
2017-01-09 05:46:03 +01:00
|
|
|
If enabled by the organization administrators, users can
|
2017-01-28 00:03:43 +01:00
|
|
|
[create](/help/create-a-stream) streams and
|
2018-02-17 19:58:56 +01:00
|
|
|
[invite](/help/add-or-remove-users-from-a-stream) other users to a stream.
|
2016-12-22 23:26:11 +01:00
|
|
|
|
2017-01-28 00:03:43 +01:00
|
|
|
Only organization administrators can modify a stream; they can:
|
2017-01-06 20:04:16 +01:00
|
|
|
|
2017-01-28 00:03:43 +01:00
|
|
|
* [rename a stream](/help/rename-a-stream)
|
|
|
|
* [delete a stream](/help/delete-a-stream)
|
|
|
|
* [change the description of a stream](/help/change-the-stream-description)
|
2018-02-17 19:58:56 +01:00
|
|
|
* [remove users from a stream](/help/add-or-remove-users-from-a-stream#remove-someone-from-a-stream)
|
2017-01-30 20:18:14 +01:00
|
|
|
* [change the privacy of a stream](/help/change-the-privacy-of-a-stream)
|
2016-12-22 23:26:11 +01:00
|
|
|
|
2016-12-22 22:44:33 +01:00
|
|
|
## About topics
|
2017-01-06 20:04:16 +01:00
|
|
|
|
2017-01-28 00:03:43 +01:00
|
|
|
In each stream, messages are sorted by topics. Topics are specific,
|
|
|
|
fine-grained subjects that fit with the overall subject of the stream that
|
|
|
|
they're sent to. Topics ensure sequential messages about the same thing are
|
|
|
|
threaded together, allowing for better reception for users.
|
2016-12-22 23:26:11 +01:00
|
|
|
|
2017-01-14 05:51:00 +01:00
|
|
|
!!! tip ""
|
|
|
|
The best stream topics are short and specific. For example, for a bug
|
|
|
|
tracker integration, a good topic would be the bug number; for an
|
|
|
|
integration like Nagios, the service would serve as a good topic.
|
2016-12-22 23:26:11 +01:00
|
|
|
|
2017-01-28 00:03:43 +01:00
|
|
|
Users can easily [change the topics](/help/change-the-topic-of-a-message) of
|
|
|
|
the messages that they sent if they sent the message to the wrong topic or
|
|
|
|
if some messages in a topic have gone off-topic.
|