From 47048e8124b9062bdb3993cc9bd5d4a58b44bde7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 9 Apr 2008 12:08:08 +0000 Subject: Improve the PJNATH documentation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1914 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/include/pjnath/turn_session.h | 2 +- pjnath/include/pjnath/types.h | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'pjnath/include') diff --git a/pjnath/include/pjnath/turn_session.h b/pjnath/include/pjnath/turn_session.h index 0c0f3cef..2c10387b 100644 --- a/pjnath/include/pjnath/turn_session.h +++ b/pjnath/include/pjnath/turn_session.h @@ -308,7 +308,7 @@ PJ_DECL(pj_status_t) pj_turn_session_set_server(pj_turn_session *sess, /** * Set credential to be used by the session. */ -PJ_DECL(pj_status_t) pj_turn_session_set_cred(pj_turn_session *sess, +PJ_DECL(pj_status_t) pj_turn_session_set_credential(pj_turn_session *sess, const pj_stun_auth_cred *cred); diff --git a/pjnath/include/pjnath/types.h b/pjnath/include/pjnath/types.h index 1d6dc696..88872dcb 100644 --- a/pjnath/include/pjnath/types.h +++ b/pjnath/include/pjnath/types.h @@ -140,6 +140,15 @@ PJ_END_DECL * messages. * * + * \n + * + * \subsection PJNATH_STUN_CLASSES PJNATH Class Diagram + * + * + * \image html UML-class-diagram.png "Class Diagram" + * + * TBD: write descriptions. + * * \subsection PJNATH_STUN_USING Using STUN Library * * [The developers guide documentation can certainly be improved here] @@ -155,11 +164,11 @@ PJ_END_DECL * * References for STUN: * - * - - * draft-ietf-behave-rfc3489bis-11: Session Traversal + * - + * draft-ietf-behave-rfc3489bis-15: Session Traversal * Utilities for (NAT) (STUN), - * - - * draft-ietf-behave-turn-03: Obtaining Relay Addresses + * - + * draft-ietf-behave-turn-07: Obtaining Relay Addresses * from Simple Traversal Underneath NAT (STUN) * - Obsoleted: RFC 3489. * -- cgit v1.2.3