Guus der Kinderen

Results 126 issues of Guus der Kinderen

By using the short name for a loader, another node module that matches the loader shortname might be used, giving weird errors. This is prevented by referencing the loader by...

'fixes' #318 ;) On a more serious note: close to 100 commits have gone into the project since the last release. That is all a lot easier to consume if...

When being invited to a MUC room, the popup that informs you about the invitation does not show, unless the tab in which Converse is running happens to have focus....

bug
MUC

In Converse 9.0.0, it appears that all-but-the-first messages written by the same person are slightly misaligned. Notice how all but the first message is left-aligned slightly to far to the...

bug
UI

With Converse 6.0.1, when I enter this text in the input field, the resulting chat log gets parsed incorrectly: ``` igniterealtime Ignite Realtime Repository https://igniterealtime.org/archiva/repository/maven/ ``` Results in: ![image](https://user-images.githubusercontent.com/4253898/78666738-15aab700-78d8-11ea-9bcd-b8b0e37ebe4f.png) ---...

bug
UI

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Start Converse, authenticate user, add new contact (leave contact...

bug

This adds a few basic tests that verify that presence subscription stanzas are received 'as intended', notably when they include extension elements.

RFC-6121 defines server-sided behavior of the interaction between presence stanzas and rosters. This commit adds tests for that behavior.

XEP-0048 defines an optional nickname for a bookmarked conference room, using an element named 'nick'. Some clients have been observed to include an empty 'nick' element (instead of no such...

For dynamic port allocation of media streams, the videobridge uses a default port range of 10001-20000 UDP. To avoid confusion, it would be good if libjitsi uses the same default....