summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/defines.cpp
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-08-06 21:48:20 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-08-06 21:48:20 +0000
commit4e40ccca5c3ebae1987c80f2f294dea54398a8e4 (patch)
treeeebced966041a9f6e428f3271a563a784c780571 /src/jabber_whiteboard/defines.cpp
parentChanged the PANGO_GLYPH_* defines to their actual values so skipping empty or... (diff)
downloadinkscape-4e40ccca5c3ebae1987c80f2f294dea54398a8e4.tar.gz
inkscape-4e40ccca5c3ebae1987c80f2f294dea54398a8e4.zip
initial keynodetable work
(bzr r1570)
Diffstat (limited to 'src/jabber_whiteboard/defines.cpp')
-rw-r--r--src/jabber_whiteboard/defines.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jabber_whiteboard/defines.cpp b/src/jabber_whiteboard/defines.cpp
index ca2bbab0e..725391deb 100644
--- a/src/jabber_whiteboard/defines.cpp
+++ b/src/jabber_whiteboard/defines.cpp
@@ -39,6 +39,13 @@ namespace Vars {
const std::string INKBOARD_XMLNS("http://inkscape.org/inkboard");
+ const std::string WHITEBOARD_MESSAGE(
+ "<message type='%1' from='%2' to='%3'>"
+ "<wb xmlns='%4' session='%5'>%6</wb>"
+ "</message>");
+
+ const std::string PROTOCOL_MESSAGE("<%1><%2 /></%1>");
+
}
namespace State {