pidgin/plugins/xmppconsole.c

changeset 29876
f233c73823f2
parent 29783
96ab389c9181
child 30010
2b3e5bbd0492
equal deleted inserted replaced
29875:121dab07243a 29876:f233c73823f2
843 N_("XMPP Console"), /**< name */ 843 N_("XMPP Console"), /**< name */
844 DISPLAY_VERSION, /**< version */ 844 DISPLAY_VERSION, /**< version */
845 /** summary */ 845 /** summary */
846 N_("Send and receive raw XMPP stanzas."), 846 N_("Send and receive raw XMPP stanzas."),
847 /** description */ 847 /** description */
848 N_("This plugin is useful for debbuging XMPP servers or clients."), 848 N_("This plugin is useful for debugging XMPP servers or clients."),
849 "Sean Egan <seanegan@gmail.com>", /**< author */ 849 "Sean Egan <seanegan@gmail.com>", /**< author */
850 PURPLE_WEBSITE, /**< homepage */ 850 PURPLE_WEBSITE, /**< homepage */
851 851
852 plugin_load, /**< load */ 852 plugin_load, /**< load */
853 plugin_unload, /**< unload */ 853 plugin_unload, /**< unload */

mercurial