summaryrefslogtreecommitdiff
path: root/src/irc/iid.hpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-21 23:15:25 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-21 23:15:25 +0100
commit0391f17f999618decffaf3c9261024ab04a33f63 (patch)
treede11883022c2342200cbdf5593b8da5acff97a3e /src/irc/iid.hpp
parent350d48a5bf2412f5eee347fc832d9257b2ba3fbc (diff)
downloadbiboumi-0391f17f999618decffaf3c9261024ab04a33f63.tar.gz
biboumi-0391f17f999618decffaf3c9261024ab04a33f63.tar.bz2
biboumi-0391f17f999618decffaf3c9261024ab04a33f63.tar.xz
biboumi-0391f17f999618decffaf3c9261024ab04a33f63.zip
Add XEP-0106 support to the bridge
This allows the user to join channels containing forbidden characters in the local part, like #r&d or #group/project.
Diffstat (limited to 'src/irc/iid.hpp')
-rw-r--r--src/irc/iid.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/iid.hpp b/src/irc/iid.hpp
index 9747595..a55ae21 100644
--- a/src/irc/iid.hpp
+++ b/src/irc/iid.hpp
@@ -53,6 +53,7 @@ public:
void set_local(const std::string& loc);
void set_server(const std::string& serv);
const std::string& get_local() const;
+ const std::string get_encoded_local() const;
const std::string& get_server() const;
bool is_channel;