mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Added a method to check which plugins support invitations.
This commit is contained in:
@@ -33,4 +33,7 @@ public interface Plugin {
|
||||
* callback.
|
||||
*/
|
||||
void poll();
|
||||
|
||||
/** Returns true if the plugin supports exchanging invitations. */
|
||||
boolean supportsInvitations();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user