Added stbbr_wait_for

This commit is contained in:
James Booth
2015-05-30 22:43:28 +01:00
parent 7ae9fe8466
commit e8ca581eea
6 changed files with 50 additions and 0 deletions

View File

@@ -36,6 +36,12 @@ stbbr_for(char *id, char *stream)
return 1;
}
void
stbbr_wait_for(char *id)
{
server_wait_for(id);
}
int
stbbr_last_received(char *stanza)
{