Discussion:
XMPP Multi User Chat
l***@public.gmane.org
2011-08-03 10:20:08 UTC
Permalink
Hi all,

Apologies if this is not the correct place to post this, I couldn't
see any other mailing lists available.

I'm starting to write a notification framework for Capistrano and the
first notification type is going to be XMPP via xmpp4r.

I've managed to get it working for "direct" (i.e. user to user)
messages, however I'm having issues getting the MUC stuff working so I
can drop a message into a chat room.

Before I start posting code, does anyone have any links they can point
me at to help explain what and how I need to send the data to the
server in order for it to work?

I think the main issue I'm running into is that MUC appears to be
aimed at bots, whereas I just want to be able to pop into a chatroom,
fire off a message and log out again.

Thanks in advance,

Matt
Mohit Chawla
2011-08-05 10:30:23 UTC
Permalink
Before I start posting code, does anyone have any links they can point me at
to help explain what and how I need to send the data to the server in order
for it to work?
Check under the examples directory ( data/doc/examples). Lot of code
snippets to help with muc.
Matthew Macdonald-Wallace
2011-08-06 08:35:51 UTC
Permalink
Post by Mohit Chawla
Before I start posting code, does anyone have any links they can point me at
to help explain what and how I need to send the data to the server in order
for it to work?
Check under the examples directory ( data/doc/examples). Lot of code
snippets to help with muc.
Heh, should have thought to check there...

/me feels a little sheepish...

Thanks,

M.
Erik Elmore
2011-08-06 09:47:15 UTC
Permalink
It's good stuff in the examples. I use xmpp to run a game bot that manages
MUC rooms.

+=
Erik Elmore




On Sat, Aug 6, 2011 at 4:35 AM, Matthew Macdonald-Wallace <
Post by Matthew Macdonald-Wallace
Post by Mohit Chawla
Post by l***@public.gmane.org
Before I start posting code, does anyone have any links they can point
me at
Post by Mohit Chawla
Post by l***@public.gmane.org
to help explain what and how I need to send the data to the server in
order
Post by Mohit Chawla
Post by l***@public.gmane.org
for it to work?
Check under the examples directory ( data/doc/examples). Lot of code
snippets to help with muc.
Heh, should have thought to check there...
/me feels a little sheepish...
Thanks,
M.
_______________________________________________
Xmpp4r-devel mailing list
https://mail.gna.org/listinfo/xmpp4r-devel
Loading...