Commit acd71c3
Sebastian Kippe
Fix exception on room presence stanza
Our XMPP server sends presence stanzas for the room itself, in addition
to normal user presence ones. Which resulted in an exception, when the
code tried to access the non-existent "resource" part of the JID, which
would usually contain the username/nickname.1 parent 486265e commit acd71c3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
349 | 354 | | |
350 | 355 | | |
351 | 356 | | |
| |||
0 commit comments