<?xml version="1.0" encoding="utf-8"?>
<NetworkManifest xmlns="http://schemas.microsoft.com/xbox/2012/networkmanifest">
  <SocketDescriptions>
    <SocketDescription Name="PartyVoiceSocketUdpXrnxbl" SecureIpProtocol="Udp" BoundPort="50102-50104">
      <AllowedUsages>
        <SecureDeviceSocketUsage Type="Initiate" />
        <SecureDeviceSocketUsage Type="Accept" />
        <SecureDeviceSocketUsage Type="SendChat" />
        <SecureDeviceSocketUsage Type="SendGameData" />
        <SecureDeviceSocketUsage Type="ReceiveChat" />
        <SecureDeviceSocketUsage Type="ReceiveGameData" />
      </AllowedUsages>
    </SocketDescription>
    <SocketDescription Name="PartyChatClientToRelayAcceptor" SecureIpProtocol="Udp" BoundPort="50101-50301">
      <AllowedUsages>
        <SecureDeviceSocketUsage Type="Accept" />
        <SecureDeviceSocketUsage Type="SendChat" />
        <SecureDeviceSocketUsage Type="SendGameData" />
        <SecureDeviceSocketUsage Type="ReceiveChat" />
        <SecureDeviceSocketUsage Type="ReceiveGameData" />
      </AllowedUsages>
    </SocketDescription>
  </SocketDescriptions>
  <SecureDeviceAssociationTemplates>
    <SecureDeviceAssociationTemplate Name="PartyVoiceUdpXrnxbl" InitiatorSocketDescription="PartyVoiceSocketUdpXrnxbl" AcceptorSocketDescription="PartyVoiceSocketUdpXrnxbl" MultiplayerSessionRequirement="Required">
      <AllowedUsages>
        <SecureDeviceAssociationUsage Type="InitiateFromMicrosoftConsole" />
        <SecureDeviceAssociationUsage Type="AcceptOnMicrosoftConsole" />
        <SecureDeviceAssociationUsage Type="InitiateFromWindowsDesktop" />
        <SecureDeviceAssociationUsage Type="AcceptOnWindowsDesktop" />
        <SecureDeviceAssociationUsage Type="AcceptOnXboxLiveCompute" />
      </AllowedUsages>
    </SecureDeviceAssociationTemplate>
    <SecureDeviceAssociationTemplate Name="PartyChatClientToRelayXrnxbl" InitiatorSocketDescription="PartyVoiceSocketUdpXrnxbl" AcceptorSocketDescription="PartyChatClientToRelayAcceptor" MultiplayerSessionRequirement="Required">
      <AllowedUsages>
        <SecureDeviceAssociationUsage Type="InitiateFromMicrosoftConsole" />
        <SecureDeviceAssociationUsage Type="InitiateFromWindowsDesktop" />
        <SecureDeviceAssociationUsage Type="AcceptOnXboxLiveCompute" />
      </AllowedUsages>
    </SecureDeviceAssociationTemplate>
  </SecureDeviceAssociationTemplates>
</NetworkManifest>

