1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
tg(x) 2011-04-25 22:01:13 +02:00
parent ecdc0b4753
commit 7a0dd32483

View file

@ -24,10 +24,10 @@ int writePresence(const char *avail, int availlen, const char *desc, int desclen
}; };
PSYC_Packet packet = PSYC_newPacket2(routing, PSYC_NUM_ELEM(routing), PSYC_Packet packet = PSYC_newPacket2(routing, PSYC_NUM_ELEM(routing),
entity, PSYC_NUM_ELEM(entity), entity, PSYC_NUM_ELEM(entity),
PSYC_C2ARG("_notice_presence"), PSYC_C2ARG("_notice_presence"),
NULL, 0, NULL, 0,
//PSYC_C2ARG("foobar"), //PSYC_C2ARG("foobar"),
PSYC_PACKET_CHECK_LENGTH); PSYC_PACKET_CHECK_LENGTH);
char buffer[512]; char buffer[512];