This is enough for a sip account (taken from a provisioning script I
was recently testing):
net.java.sip.communicator.impl.gui.accounts.acc0sip$ACC_ID=SIP\:$username@example.org
net.java.sip.communicator.impl.gui.accounts.acc0sip$ACC_ID.accountIndex=0
net.java.sip.communicator.impl.gui.accounts.acc0sip$ACC_ID.wizard=net_java_sip_communicator_plugin_sipaccregwizz_SIPAccountRegistrationWizard
net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID=acc0sip$ACC_ID
net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID.ACCOUNT_UID=SIP\:$username@example.org
net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID.PASSWORD=$password
net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID.PROTOCOL_NAME=SIP
net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID.SERVER_ADDRESS=example.org net.java.sip.communicator.impl.protocol.sip.acc0sip$ACC_ID.USER_ID=$username@example.org
Regards
damencho
···
On Thu, Aug 7, 2014 at 4:06 PM, Daniel Pocock <daniel@pocock.pro> wrote:
Should it be possible to create an account using
jitsi-defaults.properties or the properties file is only for global
properties?
What are the minimum set of properties required to declare a SIP
account, either through the properties file or the provisioning mechanism?
You should be able to create an account through jitsi-default.properties, but the file wasn't meant for that. In a webstart deployment it wouldn't matter though as it is per user anyway if you create it on the fly.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
···
Le 07.08.2014 à 21:07, "Daniel Pocock" <daniel@pocock.pro> a écrit :
Should it be possible to create an account using
jitsi-defaults.properties or the properties file is only for global
properties?
What are the minimum set of properties required to declare a SIP
account, either through the properties file or the provisioning mechanism?