| 856 NULL, /**< dependencies */ |
856 NULL, /**< dependencies */ |
| 857 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
857 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 858 |
858 |
| 859 "gtk-xmpp", /**< id */ |
859 "gtk-xmpp", /**< id */ |
| 860 N_("XMPP Console"), /**< name */ |
860 N_("XMPP Console"), /**< name */ |
| 861 VERSION, /**< version */ |
861 DISPLAY_VERSION, /**< version */ |
| 862 /** summary */ |
862 /** summary */ |
| 863 N_("Send and receive raw XMPP stanzas."), |
863 N_("Send and receive raw XMPP stanzas."), |
| 864 /** description */ |
864 /** description */ |
| 865 N_("This plugin is useful for debbuging XMPP servers or clients."), |
865 N_("This plugin is useful for debbuging XMPP servers or clients."), |
| 866 "Sean Egan <seanegan@gmail.com>", /**< author */ |
866 "Sean Egan <seanegan@gmail.com>", /**< author */ |