6799c8dc2b52a90737fdf8a0cfc9616cc2165623
[citadel.git] / citadel / modules / xmpp / token.def
1
2 #define NAMESPACE_iq "jabber:client"
3 TOKEN(iq,
4       {
5               STRPROP(iq, type);
6               STRPROP(iq, id);
7               STRPROP(iq, from);
8               STRPROP(iq, to);
9       })
10
11
12 #define NAMESPACE_piq "bub"
13
14 TOKEN(piq,
15       {
16               STRPROP(piq, type);
17               STRPROP(piq, id);
18               STRPROP(piq, from);
19               STRPROP(piq, to);
20       })