initial support of autojoin for MUC

This commit is contained in:
Dmitry Podgorny
2013-06-30 18:59:38 +03:00
parent e12ede6cd8
commit 2837c4054f
7 changed files with 204 additions and 0 deletions

7
src/xmpp/bookmark.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BOOKMARK_H
#define BOOKMARK_H
void bookmark_request(void);
#endif