Smack API User search

后端 未结 3 1042
天命终不由人
天命终不由人 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:05

    Easiest way is to log in as the user once, without sending presence. In general, we try to find all of the ways you could answer this question without having the ability to log in as the user, and eliminate them, in order to help prevent spim.

提交回复
热议问题