Gaim beta6
Today we updated to Gaim beta6 since we were going to look on the code in the jabber protocol plugin. It was a good surprise to see that Sean Egan had written a small XMPP console plugin... that will probably be very helpful.
We have now been looking at the code.
One useful hint it gave us is that you can connect to signals:
"jabber-receiving-xmlnode" and "jabber-sending-text"
Dette kode sender rĂ¥ XML gennem Jabber protokollen:
if (gc && prpl_info->convo_closed != NULL)
prpl_info->send_raw(gc, text, strlen(text));
Check send_message_cb i xmppconsole.c
We have now been looking at the code.
One useful hint it gave us is that you can connect to signals:
"jabber-receiving-xmlnode" and "jabber-sending-text"
Dette kode sender rĂ¥ XML gennem Jabber protokollen:
if (gc && prpl_info->convo_closed != NULL)
prpl_info->send_raw(gc, text, strlen(text));
Check send_message_cb i xmppconsole.c
0 Comments:
Post a Comment
<< Home