.TH "eX_register.h" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eX_register.h \- eXosip registration API .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_register_build_initial_register\fP (struct eXosip_t *excontext, const char *from, const char *proxy, const char *contact, int expires, osip_message_t **reg)" .br .ti -1c .RI "int \fBeXosip_register_build_initial_register_withqvalue\fP (struct eXosip_t *excontext, const char *from, const char *proxy, const char *contact, int expires, const char *qvalue, osip_message_t **reg)" .br .ti -1c .RI "int \fBeXosip_register_build_register\fP (struct eXosip_t *excontext, int rid, int expires, osip_message_t **reg)" .br .ti -1c .RI "int \fBeXosip_register_send_register\fP (struct eXosip_t *excontext, int rid, osip_message_t *reg)" .br .ti -1c .RI "int \fBeXosip_register_remove\fP (struct eXosip_t *excontext, int rid)" .br .in -1c .SH "Detailed Description" .PP eXosip registration API This file provide the API needed to control registrations\&. You can use it to: .PP .PD 0 .IP "\(bu" 2 build initial REGISTER\&. .IP "\(bu" 2 build REGISTER\&. .IP "\(bu" 2 send REGISTER\&. .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.