summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-04 19:00:00 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-04 19:00:00 (GMT)
commit537afef23b0f5da31c0cd38597a13773d79f77d4 (patch)
tree0dc01901e0b2a2aad5851b30f512db07d54d3706 /Swiften/Client/ClientSession.h
parent56498f72ef1fbba08ef48c0cd91867786977c4d1 (diff)
downloadswift-537afef23b0f5da31c0cd38597a13773d79f77d4.zip
swift-537afef23b0f5da31c0cd38597a13773d79f77d4.tar.bz2
Implement getBoundJID() (as getJID())
Resolves: #582
Diffstat (limited to 'Swiften/Client/ClientSession.h')
-rw-r--r--Swiften/Client/ClientSession.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Client/ClientSession.h b/Swiften/Client/ClientSession.h
index cd364fe..2af9cab 100644
--- a/Swiften/Client/ClientSession.h
+++ b/Swiften/Client/ClientSession.h
@@ -72,6 +72,10 @@ namespace Swift {
return stanzaAckRequester_;
}
+ const JID& getLocalJID() const {
+ return localJID;
+ }
+
void start();
void finish();