diff libpurple/protocols/oscar/oft.c @ 25416:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents 6f5f0a4de7f4
children d8e6a2d592a4 1d657e98667b
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oft.c	Mon Jan 26 06:44:00 2009 +0000
+++ b/libpurple/protocols/oscar/oft.c	Mon Jan 26 09:12:04 2009 +0000
@@ -544,7 +544,7 @@
 	frame.name = byte_stream_getraw(bs, frame.name_length);
 
 	purple_debug_info("oscar", "Incoming OFT frame from %s with "
-			"type=0x%04x\n", conn->sn, frame.type);
+			"type=0x%04x\n", conn->bn, frame.type);
 
 	/* TODOFT: peer_oft_dirconvert_fromstupid(frame->name); */