Viet Nguyen Thanh

Results 25 comments of Viet Nguyen Thanh

hi @Neustradamus , because i'm using ejabberd like a core chat system and golang service to communicate with client (Mobile app). So, i can handle something like: add created_at, get...

yup, @prefiks i used two ways: 1. I use admin api https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#send-message 2. I use XMPP send stanza ``` testing ```

hi @prefiks, i call Admin Api send-stanza https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#send-stanza ``` test ``` but it did not work. I can't receive the message at SSE connection. Data has stored at db. ![image](https://github.com/processone/ejabberd/assets/3839506/789f83c5-52ca-4e85-8ac9-078cb2fe5e69)

hi @prefiks, i can see the traffic come ejabberd server. I think SSE server doesn't recognize it because it's not auto join when a new group created. When i reconnect...

Hi @prefiks, Even if I reuse the xmpp client id in the call flow through the **Chat APIs Server** to join the room i created. ![image](https://github.com/processone/ejabberd/assets/3839506/6083e3a8-154e-499a-a095-b368a0410b18) I also did not...

hi @prefiks, Are these users who subscribe to the room? ![image](https://github.com/processone/ejabberd/assets/3839506/01346191-8393-453c-806f-34c0d54b000d) When i created the room. all users are become subscriber.

yeah, and i using **7238854@localhost** 7238854 is a room subscriber to sending message to the room. But all other subscribers don't receive messages. If i'm not join the room, i'm...

yes, when i call send_message ``` send_message groupchat 7238854@localhost [email protected] "" "TestBody no join group" ``` and log by server ![image](https://github.com/processone/ejabberd/assets/3839506/13cc98f9-8968-4836-b652-c66c5d43a0dd) log from ejabberd ![image](https://github.com/processone/ejabberd/assets/3839506/370eab87-fc95-4ba3-bda9-b6edc325c01f)

ok @prefiks, let's me check again. But. i can't receive history message if i don't join group. in case user disconnected, the SSE connection lost. Currently, when user reconnect SSE,...