Changes between Version 60 and Version 61 of SipMSRPApi
- Timestamp:
- 07/05/10 10:30:48 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SipMSRPApi
v60 v61 78 78 ==== methods ==== 79 79 80 '''!__init!__'''(''self'', '''loger'''={{{None}}} )::80 '''!__init!__'''(''self'', '''loger'''={{{None}}}, '''use_acm'''={{{False}}}):: 81 81 Constructs a new ConnectorDirect. 82 82 [[BR]]''logger'':[[BR]] 83 83 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. 84 86 85 87 '''prepare'''(''self'', '''local_uri'''={{{None}}}):: … … 130 132 ==== methods ==== 131 133 132 '''!__init!__'''(''self'', '''loger'''={{{None}}} )::134 '''!__init!__'''(''self'', '''loger'''={{{None}}}, '''use_acm'''={{{False}}}):: 133 135 Constructs a new AcceptorDirect. 134 136 [[BR]]''logger'':[[BR]] 135 137 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. 136 140 137 141 '''prepare'''(''self'', '''local_uri'''={{{None}}}):: … … 621 625 This method is called when a fatal level message is sent by the library. 622 626 627 == ACM == 628 629 The 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 623 635 == Examples == 624 636
