| 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 */ |