César Cardinale

Results 10 issues of César Cardinale

Hello, I'm trying to use Ejabberd to create One-to-one conversation, but I'm facing a problem. Both users are in the same MUC room, and I click on one user to...

## Environment - ejabberd version: 21.12.0 - OS: Linux (Debian) - Installed from: docker ## Configuration ```yaml hosts: - ejabberd - ${EJABBERD_DOMAIN} loglevel: 5 log_rotate_size: 10485760 log_rotate_count: 1 #Default volatile...

- [x] Limit message to 10_000 char, - [ ] Limit upload file to 5Mo if freemium or 1Go if premium, - [ ] Limit history messages to 200 messages...

- [x] Add "In another map" if the roomName is null - [x] Pixelized the woka image - [x] Fix playURI with `#from-wa` ...

On slow computer (in CI) when I'm moving, the woka walk to the targeted user but exceed him, and walk back, and exceed him, and ... 🔁

bug

Making the pusher out of the communication between the chat and Ejabberd. Now the chat communicate directly via WebSocket to Ejabberd and it's better because the XMPP.js library contains some...

deploy

Add the possibility to show a forum in the chat.

build

- Add a button "Come to me" or "Invite" and then the other user will teleport and walk to me.

enhancement

Every time a new message is sent all the Embedly calls are reloaded. 😵‍💫

## Subject Is this bundle compatible with child entity that are extending a parent one ? Like this is my parent class : ```php #[ORM\MappedSuperclass] #[ORM\Entity(repositoryClass: WidgetRepository::class)] #[ORM\InheritanceType("SINGLE_TABLE")] #[ORM\DiscriminatorColumn(name: "type",...