We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone write an example about auto friend accept request?
The text was updated successfully, but these errors were encountered:
zaxosx, do you know how make that in non automatic way?
Sorry, something went wrong.
Via skype4J no
2016-09-28 7:17 GMT+03:00 KakosZ [email protected]:
zaxosx, do you know how make that in non automatic way? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #133 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AToUMzJtqOqaRbrGi1dBrj2Up0r9aAQSks5queo8gaJpZM4J_UZH .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #133 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AToUMzJtqOqaRbrGi1dBrj2Up0r9aAQSks5queo8gaJpZM4J_UZH .
@eventhandler public void onContact(ContactRequestEvent event) { try { System.out.println("New contact request from " + event.getRequest().getSender().getUsername() + " at " + event.getRequest().getTime() + " with message " + event.getRequest().getMessage()); event.getRequest().accept(); System.out.println("Added " +event.getRequest().getSender().getUsername() +"to contact list");
} catch (ConnectionException e) { e.printStackTrace(); }
}
Add ing class that implements Listener
No branches or pull requests
Can someone write an example about auto friend accept request?
The text was updated successfully, but these errors were encountered: