16 lines
281 B
C
16 lines
281 B
C
#ifndef __H_STABBER
|
|
#define __H_STABBER
|
|
|
|
int stbbr_start(int port);
|
|
void stbbr_stop(void);
|
|
|
|
int stbbr_auth_passwd(char *password);
|
|
void stbbr_for(char *id, char *stream);
|
|
|
|
int stbbr_verify(char *stanza);
|
|
int stbbr_verify_last(char *stanza);
|
|
|
|
void stbbr_send(char *stream);
|
|
|
|
#endif
|