TeamTalk5
TeamTalk5 copied to clipboard
Server administration for mobile clients
- Ability to modify user accounts
- Ban/unban lists
- Update server properties
hello.
how it should be designed?
maybe i'll try to start implementing it in android client.
I would suggest a view/activity with a table that shows the current user accounts. Then have an add button in the top to create a new account.
hi bjoern.
if you have time, could you please create a sample empty activity how it should look like and i will try to add necessary functionality.
That would be great!
The method makeUserAccount() shows how to create a user account: https://github.com/BearWare/TeamTalk5/blob/master/TeamTalkJNI/test/dk/bearware/TeamTalkTestCaseBase.java#L110
The method test_07_UserAccount() shows how to list user accounts: https://github.com/BearWare/TeamTalk5/blob/master/TeamTalkJNI/test/dk/bearware/TeamTalkTestCase.java#L209 Currently there's some commented out code which is not used anymore. After doListUserAccount() you want for the event CLIENTEVENT_CMD_USERACCOUNT which is trigged for every user account that you receive.
yes, can you add a sample gui how it should look like?
I guess it should be a table view which lists the existing user accounts and has an option to create new ones. Also a delete button on each entry in the existing user accounts table.
Will we see an update to this feature? Actually the application on iPhone is missing only user management just a little thing can be done from iPhone