doubango/trunk/tinyXCAP/src/txc_api.h

42 lines
1.6 KiB
C

/*
* Copyright (C) 2009 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou@yahoo.fr>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
*/
#ifndef _TINYXCAP_TXC_API_H_
#define _TINYXCAP_TXC_API_H_
#include "txc_macros.h"
#include "tsk_macros.h"
#include "txc.h"
#include "txc_document.h"
#include "txc_node.h"
#include "txc_xcap-caps.h" /* urn:ietf:params:xml:ns:xcap-caps */
#include "txc_rlist.h" /* urn:ietf:params:xml:ns:resource-lists */
#include "txc_rls.h" /* urn:ietf:params:xml:ns:rls-services */
#include "txc_oma-directory.h" /* urn:oma:xml:xdm:xcap-directory */
#include "txc_oma-prescont.h" /* urn:oma:xml:prs:pres-content */
#include "txc_gsma_rcs.h" /* both gsma rcs phase 1 and 2 */
#include "txc_oma.h" /* OMA functionalities */
#include "txc_oma-presrules.h" /* urn:ietf:params:xml:ns:pres-rules + urn:ietf:params:xml:ns:pres-rules*/
#include "txc_ietf-pres-rules.h"/* urn:ietf:params:xml:ns:pres-rules */
#endif /* _TINYXCAP_TXC_API_H_ */