mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 02:36:22 +00:00
Colour title on /caps and /software output
This commit is contained in:
@@ -223,6 +223,12 @@ p_contact_subscription(const PContact contact)
|
||||
return contact->subscription;
|
||||
}
|
||||
|
||||
Resource *
|
||||
p_contact_get_resource(const PContact contact, const char * const resource)
|
||||
{
|
||||
return g_hash_table_lookup(contact->available_resources, resource);
|
||||
}
|
||||
|
||||
gboolean
|
||||
p_contact_pending_out(const PContact contact)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user