Added id handler

This commit is contained in:
James Booth
2015-05-16 21:55:51 +01:00
parent 50cd28a977
commit ede3ccab9d
10 changed files with 88 additions and 11 deletions

View File

@@ -46,3 +46,10 @@ stbbr_auth_passwd(char *password)
prime_required_passwd(password);
return 1;
}
int
stbbr_for(char *id, char *stanza)
{
prime_for(id, stanza);
return 1;
}