1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
/*
* Copyright (C) 2007 Colin DIDIER
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "module.h"
#include "formats.h"
FORMAT_REC fecommon_xmpp_formats[] = {
{ MODULE_NAME, "XMPP", 0, { 0 } },
/* ---- */
{ NULL, "Format", 0, { 0 } },
{ "format_name", "{nick $0} {nickhost $1}", 2, { 0, 0 } },
{ "format_jid", "{nick $0}", 1, { 0 } },
{ "format_resource", "{comment $0{hilight $1}($2)$4$3}", 5, { 0, 0, 0, 0, 0 } },
{ "format_resource_show", "($0)", 1, { 0 } },
{ "format_resource_status", ": $0", 1, { 0 } },
{ "format_subscription", "(subscription: $0)", 1, { 0 } },
{ "format_pgp_keyid", "(pgp: $0)", 1, { 0 } },
/* ---- */
{ NULL, "Presence", 0, { 0 } },
{ "presence_unavailable", "%K(◦) $[14]0 ->%n", 1, { 0 } },
{ "presence_error", "%r(!) $[14]0 ->%n", 1, { 0 } },
{ "presence_xa", "%r(x) $[14]0 ->%n", 1, { 0 } },
{ "presence_dnd", "%r(x) $[14]0 ->%n", 1, { 0 } },
{ "presence_away", "%y(-) $[14]0 ->%n", 1, { 0 } },
{ "presence_available", "%_%g(+) $[14]0%_ ->%n", 1, { 0 } },
{ "presence_chat", "%_%g(+) $[14]0%_ ->%n", 1, { 0 } },
{ "presence_online", "%_%g(+) $[14]0%_ ->%n", 1, { 0 } },
/* ---- */
{ NULL, "Roster", 0, { 0 } },
{ "roster_group", " {hilight $0}:", 1, { 0 } },
{ "roster_contact", " ({hilight $0}) $1 $2 $3", 4, { 0, 0, 0, 0 } },
{ "begin_of_roster", "ROSTER: {nick $0} $1 $2", 3, { 0, 0, 0 } },
{ "end_of_roster", "End of ROSTER", 0, { 0 } },
{ "not_in_roster", "{nick $0}: not in the roster", 1, { 0 } },
/* ---- */
{ NULL, "Subscription", 0, { 0 } },
{ "subscribe", "$0: wants to subscribe to your presence {comment $1} (accept or deny?)", 2, { 0, 0 } },
{ "subscribed", "$0: wants you to see their presence", 1, { 0 } },
{ "unsubscribe", "$0: doesn't want to see your presence anymore", 1 , { 0 } },
{ "unsubscribed", "$0: doesn't want you to see their presence anymore", 1 , { 0 } },
/* ---- */
{ NULL, "Message", 0, { 0 } },
{ "message_room", "$0", 1, { 0 } },
{ "message_event", "$0: $1", 2, { 0, 0 } },
{ "message_not_delivered", "$0: cannot deliver message {comment $1}", 2, { 0, 0 } },
{ "message_timestamp", "[{timestamp $0}] $1", 2, { 0, 0 } },
/* ---- */
{ NULL, "Queries", 0, { 0 } },
{ "query_aka", "{nick $0}: Also known as {nick $1}", 2, { 0, 0 } },
/* ---- */
{ NULL, "Channel", 0, { 0 } },
{ "joinerror", "Cannot join to room {channel $0} {comment $1}", 2, { 0, 0 } },
{ "destroyerror", "Cannot destroy room {channel $0} {comment $1}", 2, { 0, 0 } },
/* ---- */
{ NULL, "Presence", 0, { 0 } },
{ "presence_change", "$0: is now {hilight $1}", 2, { 0, 0 } },
{ "presence_change_reason", "$0: is now {hilight $1} {comment $2}", 3, { 0, 0, 0 } },
/* ---- */
{ NULL, "VCard", 0, { 0 } },
{ "vcard", "{nick $0} {nickhost $1}", 2, { 0, 0 } },
{ "vcard_value", " $0: $1", 2, { 0, 0 } },
{ "vcard_subvalue", " $0: $1", 2, { 0, 0 } },
{ "end_of_vcard", "End of VCARD", 0, { 0 } },
/* ---- */
{ NULL, "Misc", 0, { 0 } },
{ "raw_in_header", "RECV[$0]:", 1, { 0 } },
{ "raw_out_header", "SEND[$0]:", 1, { 0 } },
{ "raw_message", "$0", 1, { 0 } },
{ "default_event", "$1 $2", 3, { 0, 0, 0 } },
{ "default_error", "ERROR $1 $2", 3, { 0, 0, 0 } },
{ NULL, "Registration", 0, { 0 } },
{ "xmpp_registration_started", "Registering {nick $0@$1}...", 2, { 0, 0 } },
{ "xmpp_registration_succeed", "Registration of {nick $0@$1} succeeded", 2, { 0, 0 } },
{ "xmpp_registration_failed", "Registration of {nick $0@$1} failed {comment $2}", 3, { 0, 0, 0 } },
{ NULL, NULL, 0, { 0 } }
};
|