From a6d0f1b9d1c5c75f711306a264ebafda634281d6 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Wed, 21 Dec 2011 14:20:26 +0000 Subject: [PATCH] sipevent misc fixes --- docs/README | 3 +++ mk/symbian/bld.inf | 2 ++ src/sipevent/msg.c | 2 +- src/sipevent/notify.c | 2 +- src/sipevent/subscribe.c | 6 +++--- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/README b/docs/README index a5cdd93..0688847 100644 --- a/docs/README +++ b/docs/README @@ -46,6 +46,7 @@ Modules: * sdp unstable Session Description Protocol * sha testing Secure Hash Standard, NIST, FIPS PUB 180-1 * sip unstable Core SIP library +* sipevent unstable SIP Event framework * sipreg testing SIP register client * sipsess unstable SIP Sessions * stun unstable Session Traversal Utilities for NAT (STUN) @@ -76,9 +77,11 @@ Features: * RFC 3261 - SIP: Session Initiation Protocol * RFC 3263 - Locating SIP Servers * RFC 3264 - An Offer/Answer Model with SDP +* RFC 3265 - SIP-Specific Event Notification * RFC 3327 - SIP Extension Header Field for Registering Non-Adjacent Contacts * RFC 3428 - SIP Extension for Instant Messaging * RFC 3489 - STUN - Simple Traversal of UDP Through NATs +* RFC 3515 - The SIP Refer Method * RFC 3550 - RTP: A Transport Protocol for Real-Time Applications * RFC 3551 - RTP Profile for Audio and Video Conferences with Minimal Control * RFC 3555 - MIME Type Registration of RTP Payload Formats diff --git a/mk/symbian/bld.inf b/mk/symbian/bld.inf index fcfb8c3..9a428f9 100644 --- a/mk/symbian/bld.inf +++ b/mk/symbian/bld.inf @@ -35,6 +35,7 @@ PRJ_EXPORTS ..\..\include\re_sdp.h \epoc32\include\re\re_sdp.h ..\..\include\re_sha.h \epoc32\include\re\re_sha.h ..\..\include\re_sip.h \epoc32\include\re\re_sip.h +..\..\include\re_sipevent.h \epoc32\include\re\re_sipevent.h ..\..\include\re_sipreg.h \epoc32\include\re\re_sipreg.h ..\..\include\re_sipsess.h \epoc32\include\re\re_sipsess.h ..\..\include\re_stun.h \epoc32\include\re\re_stun.h @@ -56,5 +57,6 @@ rebfcp.mmp redns.mmp resdp.mmp resip.mmp +resipevent.mmp resipsess.mmp restun.mmp diff --git a/src/sipevent/msg.c b/src/sipevent/msg.c index 9b61137..4cfc753 100644 --- a/src/sipevent/msg.c +++ b/src/sipevent/msg.c @@ -1,5 +1,5 @@ /** - * @file substate.c SIP Subscription-State header + * @file msg.c SIP event messages * * Copyright (C) 2010 Creytiv.com */ diff --git a/src/sipevent/notify.c b/src/sipevent/notify.c index 8650730..007815f 100644 --- a/src/sipevent/notify.c +++ b/src/sipevent/notify.c @@ -1,5 +1,5 @@ /** - * @file not.c SIP Event Notify + * @file notify.c SIP Event Notify * * Copyright (C) 2010 Creytiv.com */ diff --git a/src/sipevent/subscribe.c b/src/sipevent/subscribe.c index ecd14c3..58fc0f1 100644 --- a/src/sipevent/subscribe.c +++ b/src/sipevent/subscribe.c @@ -1,5 +1,5 @@ /** - * @file sub.c SIP Event Subscribe + * @file subscribe.c SIP Event Subscribe * * Copyright (C) 2010 Creytiv.com */ @@ -461,7 +461,7 @@ static int sipsub_alloc(struct sipsub **subp, struct sipevent_sock *sock, * @param from_name SIP From-header Name (optional) * @param from_uri SIP From-header URI * @param event SIP Event to subscribe to - * @param id SIP Event ID + * @param id SIP Event ID (optional) * @param expires Subscription expires value * @param cuser Contact username * @param routev Optional route vector @@ -508,7 +508,7 @@ int sipevent_subscribe(struct sipsub **subp, struct sipevent_sock *sock, * @param sock SIP Event socket * @param dlg Established SIP Dialog * @param event SIP Event to subscribe to - * @param id SIP Event ID + * @param id SIP Event ID (optional) * @param expires Subscription expires value * @param cuser Contact username * @param authh Authentication handler