summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-05-18 22:53:17 +0200
committerlouiz’ <louiz@louiz.org>2016-06-08 01:42:43 +0200
commit367de4826c3c7298a88e80c92e325081a3c3d794 (patch)
tree260ab1b2b70837270a22554e2f2bd09abc866f69 /src/xmpp/biboumi_component.hpp
parent0a2123f8a2db3f94aa5758868e999cb3224235c2 (diff)
downloadbiboumi-367de4826c3c7298a88e80c92e325081a3c3d794.tar.gz
biboumi-367de4826c3c7298a88e80c92e325081a3c3d794.tar.bz2
biboumi-367de4826c3c7298a88e80c92e325081a3c3d794.tar.xz
biboumi-367de4826c3c7298a88e80c92e325081a3c3d794.zip
Associate a bridge with a bare JID instead of a full JID
ref #2556
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index f1817e2..4d5995e 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -83,7 +83,7 @@ public:
private:
/**
- * Return the bridge associated with the given full JID. Create a new one
+ * Return the bridge associated with the bare JID. Create a new one
* if none already exist.
*/
Bridge* get_user_bridge(const std::string& user_jid);