Added a method to check which plugins support invitations.

This commit is contained in:
akwizgran
2011-10-29 09:52:07 +01:00
parent 70c7a9c077
commit 42ddfb444e
4 changed files with 17 additions and 4 deletions

View File

@@ -33,4 +33,7 @@ public interface Plugin {
* callback.
*/
void poll();
/** Returns true if the plugin supports exchanging invitations. */
boolean supportsInvitations();
}