jabber_mirror: Document which mode handles which kinds of messages
(imported from commit 983224ac58bce724529806f6b8eaa3ea30cc730b)
This commit is contained in:
parent
810b219f8c
commit
d476547319
|
@ -23,6 +23,21 @@
|
||||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# 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 logging
|
||||||
import threading
|
import threading
|
||||||
import optparse
|
import optparse
|
||||||
|
|
Loading…
Reference in a new issue