mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
fix the bugfix
This commit is contained in:
parent
0aec6951f3
commit
bc67782291
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue