summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.h
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-05-10 14:34:38 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-05-10 14:34:38 +0000
commitab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d (patch)
tree4355ac27318e825f3e7b67e965ba41ba17bbd3f8 /src/jabber_whiteboard/session-manager.h
parentincreased alarm time-out to 60 secs (because 30 seconds may not have been eno... (diff)
downloadinkscape-ab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d.tar.gz
inkscape-ab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d.zip
Users Jid is now stored in session data, which is used in from attributes. lm_connection_set_jid is now not called, which allows authentication against jabber.org
(bzr r805)
Diffstat (limited to 'src/jabber_whiteboard/session-manager.h')
-rw-r--r--src/jabber_whiteboard/session-manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jabber_whiteboard/session-manager.h b/src/jabber_whiteboard/session-manager.h
index d52cca3de..a1c4ccc69 100644
--- a/src/jabber_whiteboard/session-manager.h
+++ b/src/jabber_whiteboard/session-manager.h
@@ -117,6 +117,11 @@ public:
Glib::ustring chat_handle;
/**
+ * The Users Jid.
+ */
+ Glib::ustring jid;
+
+ /**
* Name of the chatroom that a user in a chatroom is connected to.
*/
Glib::ustring chat_name;