Changes between Version 60 and Version 61 of SipMSRPApi

Show
Ignore:
Timestamp:
07/05/10 10:30:48 (2 months ago)
Author:
saul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SipMSRPApi

    v60 v61  
    7878==== methods ==== 
    7979 
    80  '''!__init!__'''(''self'', '''loger'''={{{None}}}):: 
     80 '''!__init!__'''(''self'', '''loger'''={{{None}}}, '''use_acm'''={{{False}}}):: 
    8181 Constructs a new ConnectorDirect. 
    8282 [[BR]]''logger'':[[BR]] 
    8383 The logger which will be used for this MSRP connection. See the [wiki:SipMSRPApi#Logging Logging] section for more information. 
     84 [[BR]]''use_acm'':[[BR]] 
     85 Indicates if the connector should use the Alternate Connection Model. See the [wiki:SipMSRPApi#ACM ACM] section for more information. 
    8486 
    8587 '''prepare'''(''self'', '''local_uri'''={{{None}}}):: 
     
    130132==== methods ==== 
    131133 
    132  '''!__init!__'''(''self'', '''loger'''={{{None}}}):: 
     134 '''!__init!__'''(''self'', '''loger'''={{{None}}}, '''use_acm'''={{{False}}}):: 
    133135  Constructs a new AcceptorDirect. 
    134136 [[BR]]''logger'':[[BR]] 
    135137 The logger which will be used for this MSRP connection. See the [wiki:SipMSRPApi#Logging Logging] section for more information. 
     138 [[BR]]''use_acm'':[[BR]] 
     139 Indicates if the acceptor should use the Alternate Connection Model. See the [wiki:SipMSRPApi#ACM ACM] section for more information. 
    136140 
    137141 '''prepare'''(''self'', '''local_uri'''={{{None}}}):: 
     
    621625  This method is called when a fatal level message is sent by the library. 
    622626 
     627== ACM == 
     628 
     629The Alternate Connection Model is currently supported and the following drafts have been implemented: 
     630 
     631  * [http://tools.ietf.org/html/draft-ietf-simple-msrp-acm-09 draft-ietf-simple-msrp-acm-09] 
     632  * [http://tools.ietf.org/html/draft-ietf-simple-msrp-sessmatch-06 draft-ietf-simple-msrp-sessmatch-06] 
     633 
     634 
    623635== Examples == 
    624636