X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Ftoken.def;fp=citadel%2Fmodules%2Fxmpp%2Ftoken.def;h=26345c6683b27252a5c5a709469c435f543aee7a;hp=6799c8dc2b52a90737fdf8a0cfc9616cc2165623;hb=4ebdea1025ba5fdbcc8bdd6ba142557d216796d1;hpb=8ddbd46ffb249a044bc483c338cdd280fe9efcb0 diff --git a/citadel/modules/xmpp/token.def b/citadel/modules/xmpp/token.def index 6799c8dc2..26345c668 100644 --- a/citadel/modules/xmpp/token.def +++ b/citadel/modules/xmpp/token.def @@ -18,3 +18,15 @@ TOKEN(piq, STRPROP(piq, from); STRPROP(piq, to); }) + +#define NAMESPACE_message "jabber:client" +TOKEN(message, + { + STRPROP(message, to); + STRPROP(message, type); + STRPROP(message, id); + PAYLOAD(message, body); + }) + + +// gci