TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

Server administration for mobile clients

Open bear101 opened this issue 10 years ago • 7 comments

  • Ability to modify user accounts
  • Ban/unban lists
  • Update server properties

bear101 avatar Apr 14 '15 04:04 bear101

hello.

how it should be designed?

maybe i'll try to start implementing it in android client.

beqabeqa473 avatar Jan 24 '16 13:01 beqabeqa473

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.

bear101 avatar Jan 24 '16 14:01 bear101

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.

beqabeqa473 avatar May 08 '16 07:05 beqabeqa473

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.

bear101 avatar May 08 '16 07:05 bear101

yes, can you add a sample gui how it should look like?

beqabeqa473 avatar May 08 '16 08:05 beqabeqa473

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.

bear101 avatar May 08 '16 11:05 bear101

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

muamal avatar Jun 18 '18 15:06 muamal