Hi all,
Anyone did database/plugin or use util that work with xlobby for phone listing? simple one will do here, as just name and phone number, thanks for any help regarding this issue.
My best.
<?xml version="1.0" encoding="UTF-8"?>
<database>
<sortorder>display</sortorder>
<paths>
</paths>
<item>
<display>John Doe</display>
<information>
<first>John</first>
<last>Doe</last>
<phone>111-111-1111</phone>
</information>
</item>
<item>
<display>Jane Doe</display>
<information>
<first>Jane</first>
<last>Doe</last>
<phone>222-222-2222</phone>
</information>
</item>
</database>