Open GoogleCodeExporter opened 8 years ago
Original comment by nathanfr...@gmail.com
on 16 Apr 2008 at 10:36
I need to add Service discovery first.
Original comment by nathanfr...@gmail.com
on 16 Apr 2008 at 10:37
If You know for sure, that a particular server does MUC, you can use simply
this:
// enter room
$conn->presence(NULL, "bot", "room@service/mynick", "available");
// send message
$conn->message('room@service', 'This is a test message!', "groupchat");
// leave room
$conn->presence(NULL, "bot", "room@service/mynick", "unavailable");
Original comment by butrus.b...@gmail.com
on 10 Mar 2009 at 4:20
hii can any one explain hiw to implement group chat using xmpphp???
Original comment by 9cha...@gmail.com
on 7 Jun 2009 at 3:30
i'd like to know how i *join* a group chat, so i receive messages that get send
to
that group.
Original comment by brightb...@gmail.com
on 3 Sep 2009 at 12:13
It would be nice to get messages via XMPPHP in to a MUC.
Original comment by c.hell...@gmail.com
on 7 Jun 2012 at 8:36
How to create new group and how to add users into the group.
Original comment by sachi...@tekdi.net
on 4 Jan 2014 at 9:49
Original issue reported on code.google.com by
arthur.l...@gmail.com
on 15 Apr 2008 at 1:43