cpw.darkrain42.xmpp.disco: ee94be27: 'mrim' is the mail.ru IM service. 'smtp'...
paul at darkrain42.org
paul at darkrain42.org
Sat Apr 25 16:18:01 EDT 2009
-----------------------------------------------------------------
Revision: ee94be27b0cb4d0f0eb8f1ef84a0daee49230e03
Ancestor: acd50e528b205cc80e237fab9fa2a2452fc52a22
Author: paul at darkrain42.org
Date: 2009-03-29T19:38:31
Branch: im.pidgin.cpw.darkrain42.xmpp.disco
URL: http://d.pidgin.im/viewmtn/revision/info/ee94be27b0cb4d0f0eb8f1ef84a0daee49230e03
Modified files:
libpurple/protocols/jabber/disco.c
ChangeLog:
'mrim' is the mail.ru IM service. 'smtp' is an XMPP<>email gateway
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/disco.c 86f9ac3c500cf6ebac969f8c0390a3b50f7009c6
+++ libpurple/protocols/jabber/disco.c 3c28e89b2da670795e9d7b655457a72a1cdd2ea5
@@ -590,7 +590,7 @@ jabber_disco_type_from_string(const gcha
return PURPLE_DISCO_SERVICE_TYPE_XMPP;
else if (!strcasecmp(str, "icq"))
return PURPLE_DISCO_SERVICE_TYPE_ICQ;
- else if (!strcasecmp(str, "mrim"))
+ else if (!strcasecmp(str, "smtp"))
return PURPLE_DISCO_SERVICE_TYPE_MAIL;
else if (!strcasecmp(str, "user"))
return PURPLE_DISCO_SERVICE_TYPE_USER;
More information about the Commits
mailing list