Capture the bound jid.

I'd kind of like to be able to discover the JID with full resource for
some operations.
This commit is contained in:
Dustin Sallings
2009-05-26 12:07:53 -07:00
parent 43facaff45
commit d048124969
4 changed files with 31 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ struct _xmpp_conn_t {
char *connectport;
char *jid;
char *pass;
char *bound_jid;
char *stream_id;
/* send queue and parameters */