mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
-
This commit is contained in:
parent
ecdc0b4753
commit
7a0dd32483
1 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||
entity, PSYC_NUM_ELEM(entity),
|
||||
entity, PSYC_NUM_ELEM(entity),
|
||||
PSYC_C2ARG("_notice_presence"),
|
||||
NULL, 0,
|
||||
//PSYC_C2ARG("foobar"),
|
||||
NULL, 0,
|
||||
//PSYC_C2ARG("foobar"),
|
||||
PSYC_PACKET_CHECK_LENGTH);
|
||||
|
||||
char buffer[512];
|
||||
|
|
Loading…
Reference in a new issue