-
As written in #3971, sending presence tends to slow down servers with little resources. A known workaround is to disable presence on the server, but there is no option other than enabling and disablin…
-
```
What steps will reproduce the problem?
1.Adding listener to a SessionImpl
The emite class "Session" api provide methods to add listener. But methods to
remove a listener seems to be not available…
-
```
chat page have several issues:
- after a while, page don't receive new messages
- shouldn't add anonym people in presence room
```
Original issue reported on code.google.com by `vincent.legendre`…
-
```
What steps will reproduce the problem?
1. Login with two users (A@example.com, B@example.com) & have them in the same
room (test@conference.example.com/A, test@conference.example.com/B)
In my UC…
-
```
What steps will reproduce the problem?
1. Login with two users (A@example.com, B@example.com) & have them in the same
room (test@conference.example.com/A, test@conference.example.com/B)
In my UC…
-
## Environment
- ejabberd version: 18.12.1-2~bpo9+1
- Erlang version: 8.2.1
- OS: Linux (Debian Stretch)
- Installed from: distro package
## Bug description
Sometimes occurs silent "freeze…
Nekun updated
6 months ago
-
Presence stanzas from Carol can be received in next tests.
There are two ways to solve this:
1. split group "moderator" into two: with and without Carol.
2. wait for an empty room in `init_per_testcas…
-
### Description
When a User A kicks a User B and invites User B directly again, without User B syncing in between (because the client-app was closed for example), then the /sync response for User B i…
-
Several places of the candy codebase have too much lines of code per function and also too much logic in it.
Also, we should reconsider the rooms/users memory "storage". As far as I know, we have e.g…
-
**Description**
get `/_matrix/client/r0/rooms/{roomId}/members` on an invite received from another federated server fails with the following error:
```
errcode = "M_NOT_FOUND";
error = "Can't find…