summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_stanza.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-05-15 00:27:58 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-05-15 00:32:31 +0200
commitbafde1af9f284d8d1daf001d59f4b338e5d2f922 (patch)
treedab69146d27422c73754c2e929fa4a96cfa902f1 /src/xmpp/xmpp_stanza.hpp
parent12c8b1ae0b6f4c2b80d7c787b892ebcaafae6b03 (diff)
downloadbiboumi-bafde1af9f284d8d1daf001d59f4b338e5d2f922.tar.gz
biboumi-bafde1af9f284d8d1daf001d59f4b338e5d2f922.tar.bz2
biboumi-bafde1af9f284d8d1daf001d59f4b338e5d2f922.tar.xz
biboumi-bafde1af9f284d8d1daf001d59f4b338e5d2f922.zip
Stanza:get_name() only returns the name of the tag, without the namespace
Diffstat (limited to 'src/xmpp/xmpp_stanza.hpp')
-rw-r--r--src/xmpp/xmpp_stanza.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_stanza.hpp b/src/xmpp/xmpp_stanza.hpp
index 1c63b86..9dee51f 100644
--- a/src/xmpp/xmpp_stanza.hpp
+++ b/src/xmpp/xmpp_stanza.hpp
@@ -85,7 +85,7 @@ public:
*/
void close();
XmlNode* get_parent() const;
- const std::string& get_name() const;
+ const std::string get_name() const;
/**
* Serialize the stanza into a string
*/