processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6k stars 1.5k forks source link

Store data into nick column on archive table. #4200

Open vietnguyen87 opened 2 months ago

vietnguyen87 commented 2 months ago

Sorry if i have a duplicate for this issue.!

I have a mysql database to stored message. I see nick column on archive table. How can i store and get data on nick column ? i using go xmpp library https://pkg.go.dev/github.com/xmppo/go-xmpp and send message by call send_message API https://docs.ejabberd.im/archive/24_02/admin-api/#send-message

image

Thanks,