pidgin/pidgin

Use the G_DECLARE_*_TYPE macros for JabberProtocol and XMPPProtocol

Testing Done:
Connected an XMPP account.

Reviewed at https://reviews.imfreedom.org/r/618/
/* This file is part of the Project Athena Zephyr Notification System.
* It contains source for the ZSetDestAddr function.
*
* Created by: Robert French
*
* Copyright (c) 1987 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
#include "internal.h"
Code_t
ZSetDestAddr(GSocketAddress *addr)
{
g_set_object(&__HM_addr, addr);
return ZERR_NONE;
}