Commit a4c977c
committed
Bugfix. See below:
Don't deregister _roomRosterHandler when we receive a presence stanza
containing an error.
For example, the error might be an auth error. If the user then joins again
with the correct password, the same room is used and while the other handlers
(for presence and message) were being remembered, the roster handler wasn't
(because of this bug).1 parent 065282e commit a4c977c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments