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

@@ -9,6 +9,8 @@ void stbbr_set_timeout(int seconds);
int stbbr_auth_passwd(char *password);
void stbbr_for(char *id, char *stream);
void stbbr_wait_for(char *id);
int stbbr_received(char *stanza);
int stbbr_last_received(char *stanza);