ortuman / jackal

💬 Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP).
Apache License 2.0
1.44k stars 128 forks source link

VoIP #270

Open zohairhadi opened 1 year ago

zohairhadi commented 1 year ago

A VoIP feature would be very useful.

Is your feature request related to a problem? Please describe. I am looking for a XMPP server in Go which has both instant messaging and VoIP feature to create a full scale communication app.

Describe the solution you'd like A VoIP feature would be great. This would enable voice chatting on Jackal as well.

Describe alternatives you've considered We could potentially try using SIP to handle all data transfer. And also add voice/video chat as well.

SamWhited commented 1 year ago

What do you mean by "VoIP feature"? Most VoIP is done on the client side. Is there some specific server side thing you're looking for?