Add alternate domain and port to xmpp_client_connect() for when SRV lookups fail.

This commit is contained in:
James Canete
2008-05-14 20:48:48 +00:00
parent d339246a6f
commit 6f9be5ef39
2 changed files with 14 additions and 2 deletions

View File

@@ -171,6 +171,8 @@ struct _xmpp_conn_t {
char *lang;
char *domain;
char *connectdomain;
char *connectport;
char *jid;
char *pass;
char *stream_id;