Feature Requests item #1214515, was opened at 2005-06-03 16:32
Message generated for change (Comment added) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350235&aid=1214515&group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: yahoo
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: starfire (starfire1)
Assigned to: Tim Ringenbach (marv_sf)
Summary: unbuddy function in yahoo

Initial Comment:
when someone adds you in yahoo, it doesn't ask
permission, it adds u right away. if you chose to deny
someone to be on ur list, yahoo (messenger) sends a
packet to the server saying to remove your name from
that person's list. 
currently gaim only asks you if you want to add them
after they add you. there is no way to deny a request!
this is my major gripe with gaim. it can't be that hard
to code.
 i get tired of having to log in with zinc
(www.larvalstage.org/zinc/) just to /unbuddy some idiot
who adds me without asking.

----------------------------------------------------------------------

Comment By: Luke Schierer (lschiere)
Date: 2007-04-20 11:01

Message:
Logged In: YES 
user_id=28833
Originator: NO

As we are closing this tracker, please submit any feature request that is
still valid to http://developer.pidgin.im.  Thanks. 

----------------------------------------------------------------------

Comment By: starfire (starfire1)
Date: 2005-06-28 18:47

Message:
Logged In: YES 
user_id=1290497

any word yet? i just noticed a typo of mine, the site i was
referring to was "www.larvalstage.com/zinc/" not .org 

----------------------------------------------------------------------

Comment By: starfire (starfire1)
Date: 2005-06-04 01:19

Message:
Logged In: YES 
user_id=1290497

i've looked through zinc source and found that the unbuddy
command calls to this

def buddyingreject(self, user, text):
                data =
'1\xC0\x80%s\xC0\x80%s\xC0\x80%s\xC0\x80%s\xC0\x80%s\xC0\x80'
% (self.sess.user, '7', user, '14', text)
                packet = struct.pack("!4shhhhll%ss" % len(data), "YMSG",
0x000c, 0x0000, len(data), 0x0086, 0x00000000,
self.sess.sid, data)
                self.pq.put(packet)

it's python though... shouldn't be that hard to port it to C
to make a similar feature for gaim, right? 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350235&aid=1214515&group_id=235

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Gaim-features mailing list
Gaim-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-features

Reply via email to