fix the bugfix

This commit is contained in:
Philipp Hancke 2010-03-28 11:21:40 +02:00
parent 0aec6951f3
commit bc67782291
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ handle_stream_features(XMLNode node) {
encode_base64(_host_XMPP) encode_base64(_host_XMPP)
+ "</auth>"); + "</auth>");
return; return;
} else }
#endif #endif
} }
#endif #endif

View File

@ -214,7 +214,7 @@ jabberMsg(XMLNode node, mixed origin, mixed *su, array(mixed) tu) {
vars["_nick_place"] = vars["_INTERNAL_identification"] || origin; vars["_nick_place"] = vars["_INTERNAL_identification"] || origin;
#if __EFUN_DEFINED__(mktime) #if __EFUN_DEFINED__(mktime)
if ((helper = getchild(node, "x", "jabber:x:delay")) || (helper = getchild(node, "x", "urn:xmpp:delay")) { if ((helper = getchild(node, "x", "jabber:x:delay")) || (helper = getchild(node, "x", "urn:xmpp:delay"))) {
string fmt = helper["@stamp"]; string fmt = helper["@stamp"];
int *time = allocate(TM_MAX); int *time = allocate(TM_MAX);
int res; int res;