Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef NTA_STATELESS_H
00026
00027 #define NTA_STATELESS_H
00028
00037 #ifndef NTA_H
00038 #include <sofia-sip/nta.h>
00039 #endif
00040
00041 SOFIA_BEGIN_DECLS
00042
00079 SOFIAPUBFUN
00080 int nta_msg_tsend(nta_agent_t *agent, msg_t *msg, url_string_t const *u,
00081 tag_type_t tag, tag_value_t value, ...);
00082
00084 SOFIAPUBFUN
00085 int nta_msg_mreply(nta_agent_t *agent,
00086 msg_t *reply, sip_t *sip,
00087 int status, char const *phrase,
00088 msg_t *req_msg,
00089 tag_type_t tag, tag_value_t value, ...);
00090
00092 SOFIAPUBFUN
00093 int nta_msg_treply(nta_agent_t *self,
00094 msg_t *msg,
00095 int status, char const *phrase,
00096 tag_type_t tag, tag_value_t value, ...);
00097
00099 SOFIAPUBFUN int nta_msg_ackbye(nta_agent_t *a, msg_t *msg);
00100
00101 SOFIA_END_DECLS
00102
00103 #endif