annotate mcabber/doc/help/fr/hlp_rawxml.txt @ 1176:547a8ca7c1a8

Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 04 Apr 2007 22:03:49 +0200
parents 4c9e80178b48
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
917
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /RAWXML send string
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 Envoie la chaîne "string" (format XML brut) au serveur Jabber.
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5 Aucune validation n'est effectuée sur la chaîne envoyée.
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7 ATTENTION!
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 N'utilisez cette commande que si vous savez ce que vous faites, vous risquez de rompre la connexion.
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9
4c9e80178b48 Add FR help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 Exemple : "/rawxml send <presence><show>away</show></presence>"