aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-23 00:18:57 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-23 00:18:57 +0000
commitecccb6e0618fd88921ad9dfe7281b4e7f5ad1179 (patch)
treeadba3b134d9af260f0f70cb23df50794482da83a /AUTHORS
parent7111f8301309f49ba6185f76ff157023247cf74c (diff)
"sip_is_request()" is intended to indicate whether a given SIP packet is
a request or reply; make its return value "gboolean", and have it just return TRUE or FALSE. Also make an array index variable unsigned, to squelch a GCC warning. Support for additional SIP methods, from Jean-Francois Mule. svn path=/trunk/; revision=3865
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c11aa66a0f..8d1aa9a9ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -767,6 +767,10 @@ Terje Krogdahl <tekr[AT]nextra.com> {
Additional AVPs, and Event-Timestamp support, in RADIUS
}
+Jean-Francois Mule <jfmule[AT]clarent.com> {
+ Additional SIP methods
+}
+
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.