Re: Apex Options

Marshall Rose <[email protected]> Thu, 11 Jul 2002 21:00:02 -0700
Newsgroups gmane.ietf.apex
Organization Dover Beach Consulting, Inc.
Message-ID <[email protected]>
> C: <attach endpoint='[email protected]' transID='2'>
>      <option internal='attachOverride' transID='3' />
>    </attach>
> S: <ok />
> 
> 
> which transID (2 or 3) will be used for 'terminate'
> operation by the endpoint '[email protected]'?

transID='2'

    
> C: <data content='cid:[email protected]'>
>      <originator identity='[email protected]' />
>      <recipient identity='[email protected]' />
>      <recipient identity='[email protected]' />
>      <option internal='statusRequest' targetHop='final'
>              mustUnderstand='true' transID='86' />
>    </data>
> S: <ok />
> 
> In this example, per-data options is specified. How
> the relay will behave? Will relay send 2
> 'statusResponse' elements to the originator, one for
> each recipient?

it's up to the relay. a <statusResponse/> contains 1 or more
<destination/> elements.
    
/mtr