Re: Setting status to mobile in libpurple

2009-11-16 Thread Mark Doliner
On Sat, Nov 14, 2009 at 4:16 AM, Michael C. Brook michaelcbr...@msn.com wrote:
 I've been messing with the status and presence functions, but I can't seem
 to give an account the mobile status, where others would see the little
 phone icon.  Right now, I have:

 purple_account_set_status(account, mobile, TRUE, message,
 status_message, NULL);

 but that's not working... Any ideas?

 Thanks,
 Michael

Hi Michael.  I suspect this is not supported by any of our protocol
plugins.  I know it's not supported for AIM/ICQ.  The main use of this
flag is for buddies in your buddy list.

But I think we'd accept patches to add support to the protocol plugins
to allow setting yourself mobile.

-Mark

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Setting status to mobile in libpurple

2009-11-14 Thread Michael C. Brook
I've been messing with the status and presence functions, but I can't 
seem to give an account the mobile status, where others would see the 
little phone icon.  Right now, I have:


purple_account_set_status(account, mobile, TRUE, message, 
status_message, NULL);


but that's not working... Any ideas?

Thanks,
Michael

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support