Home
last modified time | relevance | path

Searched refs:SKYPEWEB_STATUS_ONLINE (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/pidgin-skypeweb/skype4pidgin-1.7/skypeweb/
H A Dlibskypeweb.h136 #define SKYPEWEB_STATUS_ONLINE "Online" macro
H A Dskypeweb_messages.c101 purple_protocol_got_user_status(sa->account, from, SKYPEWEB_STATUS_ONLINE, NULL); in process_userpresence_resource()
1108 purple_protocol_got_user_status(sa->account, cur->data, SKYPEWEB_STATUS_ONLINE, NULL); in skypeweb_subscribe_to_contact_status()
1445 if (!strcmp(status_id, SKYPEWEB_STATUS_ONLINE)) { in skypeweb_set_idle()
1447 skypeweb_set_statusid(sa, SKYPEWEB_STATUS_ONLINE); in skypeweb_set_idle()
H A Dlibskypeweb.c153 …status = purple_status_type_new_with_attrs(PURPLE_STATUS_AVAILABLE, SKYPEWEB_STATUS_ONLINE, _("Onl… in skypeweb_status_types()