mirror of https://github.com/zulip/zulip.git
jabber_mirror: Document which mode handles which kinds of messages
(imported from commit 983224ac58bce724529806f6b8eaa3ea30cc730b)
This commit is contained in:
parent
204e7e7e90
commit
b23dc256e4
|
@ -23,6 +23,21 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
# The following is a table showing which kinds of messages are handled by the
|
||||
# mirror in each mode:
|
||||
#
|
||||
# Message origin/type --> | Jabber | Zulip
|
||||
# Mode/sender-, +-----+----+--------+----
|
||||
# V | MUC | PM | stream | PM
|
||||
# --------------+-------------+-----+----+--------+----
|
||||
# | other sender| | x | |
|
||||
# personal mode +-------------+-----+----+--------+----
|
||||
# | self sender | | x | x | x
|
||||
# ------------- +-------------+-----+----+--------+----
|
||||
# | other sender| x | | |
|
||||
# public mode +-------------+-----+----+--------+----
|
||||
# | self sender | | | |
|
||||
|
||||
import logging
|
||||
import threading
|
||||
import optparse
|
||||
|
|
Loading…
Reference in New Issue