Skip to content

Commit

Permalink
Merge pull request #49 from froyomu/master
Browse files Browse the repository at this point in the history
remove code;
  • Loading branch information
froyomu authored Jun 11, 2019
2 parents 7ab41ab + 816641a commit 3ffc2f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ public void forceUpdateContacts() {

@Override
public void sendAddBuddyRequest() {
//<presence xmlns='jabber:x:verify_friend' to = '[email protected]' type = 'verify_friend' method = 'manual_authentication_confirm' body = '123'/>
//<presence xmlns='jabber:x:verify_friend' to = '[email protected]' type = 'verify_friend' answer = '2'/>
int type = mBuddyView.getAuthType();
if (type == 0) return;
// IMLogic.instance().requestFriends(QtalkStringUtils.userId2Jid(mBuddyView.getTargetId())
Expand Down

0 comments on commit 3ffc2f7

Please sign in to comment.