Spark Pade Meetings button link default to FQDN

Hi Guys, I am using ubuntu 20.04 as an OF box, spark beta 3.0.0. Is there a way to get around the pade meetings button link to default to fqdn instead of just domain (https://domain.com:7443/ofmeet)?

image

Thank you.

Create a property file called ofmeet.properties in USER_HOME/Spark and add a property called url with the required value. for example "https://your_server:7443/ofmeet/

See https://github.com/igniterealtime/Spark/blob/8fcb9657880230fcb872aed8825c41b4cfa48365/plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java#L46 for more details

3 Likes

Hi @Dele_Olajide ,

Thank you! Great work!

image

Thanks Again!

Thank you so much! This post clarified the location for the properties files. I had it in wrong location under app data. You rock!