summaryrefslogtreecommitdiff
path: root/tpsip/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tpsip/util.c')
-rw-r--r--tpsip/util.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tpsip/util.c b/tpsip/util.c
index ee7642c..0072fac 100644
--- a/tpsip/util.c
+++ b/tpsip/util.c
@@ -18,10 +18,17 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "util.h"
#include <string.h>
+gchar const *
+tpsip_version_string (void)
+{
+ return "Telepathy-SofiaSIP/" TELEPATHY_SIP_VERSION;
+}
static const guchar escape_table[256] =
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1,