Re: RendezVousManager functionalities

Mohamed Abdelaziz <[email protected]> Mon, 11 Dec 2006 10:50:31 -0800
Newsgroups gmane.comp.java.jxta.user
Message-ID <[email protected]>
Martino Maggio wrote:
> In a previous jxta release (JXTA 2.0) the RendezVousManager interface 
> permited to accept or refuse peer connection through the method 
> requestConnection(Advertisement adv) which returns the lease time 
> connection. In the new jxta release (2.4) RendezVousManager is not 
> available anymore: how can I perfom the same connection control 
> through the new API?
>
> thanks
>
> Martino Maggio
By simply adding a node to rendezvousACL.xml or  relayACL.xml 
(regardless of node mode client/server)

<peer name="optional" access="deny">
                
urn:jxta:uuid-59616261646162614A78746150325033635BD5A2D4A9483B87AA885EC92E3D4C03
</peer>


API's are much simpler through,  propose an API to provide access to the 
ACL object for both the relay and rendezvous.

Cheers,
Mohamed