Smack API User search

后端 未结 3 1049
天命终不由人
天命终不由人 2020-12-11 08:31

I\'m try to implement a user search on top of my working Smack-API based jabber client.It can create user using:

AccountManager manager = conn.getAccountMana         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 09:18

    Although you don't actually need the functionality you requested any more (according to your own answer), I will answer the original question anyway for future reference.

    There is a class called UserSearchManager in Smack that can be used for this purpose.

提交回复
热议问题