Added -notls argument and removed server name hack

Added jabber_conn struct to represent connections
This commit is contained in:
James Booth
2012-02-26 17:59:04 +00:00
parent a0e5cd28bb
commit 72d96a92f3
5 changed files with 70 additions and 41 deletions

View File

@@ -23,6 +23,6 @@
#ifndef PROFANITY_H
#define PROFANITY_H
void profanity_main(void);
void profanity_main(int disable_tls);
#endif