about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-28 22:23:39 +0100
committerJames Booth <boothj5@gmail.com>2014-04-28 22:23:39 +0100
commit1155ceabbc4424db8de19b8f540e514a90696bab (patch)
treedef9646f6204ebcab8eb965696816da42c92f999 /src/otr/otrlibv3.c
parentda4dfe251df441d745078b7c477b15a54cdac3fc (diff)
downloadprofani-tty-1155ceabbc4424db8de19b8f540e514a90696bab.tar.gz
Attempt at shared secret authentication for libotr 4.0.0
Bug exists where second attempt always gets stuck
Diffstat (limited to 'src/otr/otrlibv3.c')
-rw-r--r--src/otr/otrlibv3.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c
index bfd25a5f..7ec8a492 100644
--- a/src/otr/otrlibv3.c
+++ b/src/otr/otrlibv3.c
@@ -33,6 +33,16 @@ otrlib_policy(void)
     return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 ;
 }
 
+void
+otrlib_init_timer(void)
+{
+}
+
+void
+otrlib_poll(void)
+{
+}
+
 char *
 otrlib_start_query(void)
 {
@@ -171,4 +181,4 @@ otrlib_handle_tlvs(OtrlUserState user_state, OtrlMessageAppOps *ops, ConnContext
         ui_untrust(context->username);
         otr_untrust(context->username);
     }
-}
\ No newline at end of file
+}