Jabber integration
OpenPsa can display the Jabber presence of contacts in their contact card.
This feature utilizes the Edgar Jabber presence service and requires the users the allow edgar@jabber.netflint.net to see their presence.
Disabling Jabber presence
Jabber presence display can be disabled by editing snippet /sitegroup-config/org.openpsa.contactwidget/config and adding the following:
'jabber_enable_presence' => true,
Running local presence manager bot
Edgar can be installed and run either as the remote service as is default for OpenPsa, or locally. If you're using a local installation you need to point OpenPsa to the correct URL of your Edgar setup:
'jabber_edgar_url' => 'http://www.example.net/status.php',
