Can you show remote vs local access status?

Is there any way to show a persons status based on if they are local or remotely connected? We would very much like to use spark to indicate if a person is in the building or connecting remotely. Basically if the client connection is on an IP in the 192.168.0.0 range, then it is local. Otherwise it’s remote.

Hi John,

This sort of functionality isn’t available out-of-the-box but it could certainly be done with some custom development. One basic approach would be to develop an Openfire plugin that could push this information to a client which could then display it as a custom status message.

Hope that helps,
Ryan