Customizing Spark Client

Hi,

I have following questions. Please help me.

Spark Versions: 2.6.0

Openfire Versions: 3.5.1

  1. Is there any option to view and save chat history (In Both client (Spark) & server (Openfire))?

  2. Is there any option to save voice chat (Spark IM) recordings in Openfire Server?

  3. Instead of showing contacts in spark, we would like to define 2 roles. Example: Student & Teacher.

  • Student can view and chat only with teachers.
  • Teacher can view and chat only with students.

So, how we have to customize both Spark and Openfire to achieve this?

  1. Is is possible to disable auto answering in v oice chat calls (Spark) ?

Thanks

M.Manikandan

Hi

  1. Is there any option to view and save chat history (In Both client (Spark) & server (Openfire))?

Chat logging is a client option that can be switched of by the user. Message archiving on the server is possible via an Openfire plugin.

  1. Is there any option to save voice chat (Spark IM) recordings in Openfire Server?

No, voice chat does not pass the server. It is a PC 2 PC connection. The server “just” negotiates some details.

  1. Instead of showing contacts in spark, we would like to define 2 roles. Example: Student & Teacher.
  • Student can view and chat only with teachers.
  • Teacher can view and chat only with students.

So, how we have to customize both Spark and Openfire to achieve this?

You will have to do an extensive customization to achive this. Possible, but lot’s of work.

  1. Is is possible to disable auto answering in v oice chat calls (Spark) ?

*** Some programming is needed. ***

Walter***


I believe 3. is achievable with Packet Filter plugin (for Openfire).