37 arrived (string, string) |
37 arrived (string, string) |
38 @signal getParticipants() emitted after a get participants message has |
38 @signal getParticipants() emitted after a get participants message has |
39 arrived |
39 arrived |
40 @signal participants(participants) emitted after the list of participants |
40 @signal participants(participants) emitted after the list of participants |
41 has arrived (list of strings of "host:port") |
41 has arrived (list of strings of "host:port") |
|
42 @signal editorCommand(hash, fn, message) emitted after an editor command |
|
43 has arrived (string, string, string) |
|
44 @signal rejected(message) emitted after a connection has been rejected |
|
45 (string) |
42 """ |
46 """ |
43 WaitingForGreeting = 0 |
47 WaitingForGreeting = 0 |
44 ReadingGreeting = 1 |
48 ReadingGreeting = 1 |
45 ReadyForUse = 2 |
49 ReadyForUse = 2 |
46 |
50 |