freetalk-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freetalk-dev] [Fwd: Re: [Loudmouth] loudmouth does not determine server


From: Matthias Quasthoff
Subject: [Freetalk-dev] [Fwd: Re: [Loudmouth] loudmouth does not determine server_from_jid correctly]
Date: Sun, 06 Aug 2006 15:22:17 +0200

FYI

I stumbled across this loudmouth issue using freetalk
http://lists.imendio.com/pipermail/loudmouth/2006-August/001227.html

Matthias
--- Begin Message --- Subject: Re: [Loudmouth] loudmouth does not determine server_from_jid correctly Date: Sun, 6 Aug 2006 15:19:59 +0200
6 aug 2006 kl. 14.33 skrev Matthias Quasthoff:

Hi,

Yes, I noticed that and it's because you are using the API in a way I had not intended (and I don't blame you, it should have been better documented and should handle your case).

Both of the issues you've brought up further leads me to adding a LmJID "class" that will be used. However, the drawback of that is that you will need to create LmJIDs before passing to LmConnection which is an extra step in C.

Ie.

jid = lm_jid_new ("address@hidden/bar");
lm_connection_set_jid (conn, jid);
lm_jid_unref (jid);


Thanks for the issue report, I will look into it as soon as possible.

Best Regards,
  Mikael Hallendal

Hi all,

I can't connect from freetalk to my jabberd when I set a JID containing
a /<resource>. It seems that loudmouth extracts the server name
<server>/<resource> from my JID instead of <server>.

I created an issue http://developer.imendio.com/issues/browse/LM-49 and
attached a patch that might solve it.

Thanks,
Matthias

_______________________________________________
Loudmouth mailing list
address@hidden
http://lists.imendio.com/mailman/listinfo/loudmouth


--
Imendio AB, http://www.imendio.com


_______________________________________________
Loudmouth mailing list
address@hidden
http://lists.imendio.com/mailman/listinfo/loudmouth


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]