comparison libpurple/protocols/jabber/jabber.c @ 26451:e7bbcc1e2778

Remove an unused function
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 05:00:44 +0000
parents e344e2815454
children ecf6fd808d23
comparison
equal deleted inserted replaced
26450:e344e2815454 26451:e7bbcc1e2778
589 jabber_stream_set_state(js, JABBER_STREAM_INITIALIZING); 589 jabber_stream_set_state(js, JABBER_STREAM_INITIALIZING);
590 purple_ssl_input_add(gsc, jabber_recv_cb_ssl, gc); 590 purple_ssl_input_add(gsc, jabber_recv_cb_ssl, gc);
591 591
592 /* Tell the app that we're doing encryption */ 592 /* Tell the app that we're doing encryption */
593 jabber_stream_set_state(js, JABBER_STREAM_INITIALIZING_ENCRYPTION); 593 jabber_stream_set_state(js, JABBER_STREAM_INITIALIZING_ENCRYPTION);
594 }
595
596 static void
597 jabber_bosh_login_callback(PurpleBOSHConnection *conn)
598 {
599 purple_debug_info("jabber","YAY...BOSH connection established.\n");
600 } 594 }
601 595
602 static void 596 static void
603 txt_resolved_cb(PurpleTxtResponse *resp, int results, gpointer data) 597 txt_resolved_cb(PurpleTxtResponse *resp, int results, gpointer data)
604 { 598 {