equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
215 * @since Series 60 3.2 |
215 * @since Series 60 3.2 |
216 * @return HBufC8* constructed fromheader. |
216 * @return HBufC8* constructed fromheader. |
217 */ |
217 */ |
218 HBufC8* SetMoFromHeaderLC( TUint aSecurityStatus ); |
218 HBufC8* SetMoFromHeaderLC( TUint aSecurityStatus ); |
219 |
219 |
|
220 |
|
221 /** |
|
222 * Adds P-Preferred-Identity to user headers. |
|
223 * @since Series 60 3.2 |
|
224 * @param aUserAgentHeaders user agent headers. |
|
225 * @param aUri own sip uri. |
|
226 * @return void |
|
227 */ |
|
228 void AddPPreferredIdentityToUserHeadersL( |
|
229 CDesC8Array& aUserAgentHeaders, const TDesC8& aUri ); |
|
230 |
220 /** |
231 /** |
221 * Updates the jitterbuffer size to given RTP source. Function resets |
232 * Updates the jitterbuffer size to given RTP source. Function resets |
222 * the iJitterBufferSize member, which is got when finding MO/MT codecs |
233 * the iJitterBufferSize member, which is got when finding MO/MT codecs |
223 * in AppendCapabilitiesDataL. If iJitterBufferSize = 0, then default |
234 * in AppendCapabilitiesDataL. If iJitterBufferSize = 0, then default |
224 * 10 frame jitterbuffer is used. |
235 * 10 frame jitterbuffer is used. |