From: <st...@us...> - 2003-06-13 22:48:31
|
Update of /cvsroot/iaxclient/iaxclient In directory sc8-pr-cvs1:/tmp/cvs-serv6710 Modified Files: README Log Message: updated README to add Tili to contributors, and note about WinIAX client. Index: README =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 13 Jun 2003 15:49:23 -0000 1.1 +++ README 13 Jun 2003 22:48:23 -0000 1.2 @@ -16,7 +16,7 @@ There are also sample clients, which use the library, included here. Currently, these are all stored under the "simpleclient" directory, and -there are two of them: +there are three of them: simpleclient/testcall: A simple command-line oriented test program, useful for testing and debugging. It supports @@ -26,6 +26,10 @@ client. This client also supports all of the same platforms as the library itself. +simpleclient/WinIAX: A MSVC/Win32 client. This only works with + Win32, obviously, and was contributed by + Faizan "Tili" Naqvi <fa...@ti...> + The home page for iaxclient is "http://iaxclient.sourceforge.net/" @@ -79,6 +83,7 @@ Steve Kann <st...@st...> Shawn Lawrence <sha...@te...> +Faizan "Tili" Naqvi <fa...@ti...> In addition to including libiax, IAXCLIENT is also based in part on code included in test clients within libiax itself. |