Hi Wengo comunity.
I have a problem when adding a jabber budy that is also using Wengo.
It looks online in the list, but when i try to talk to him the chat window says that he is offline. I think it is because is not setting up the jabber subscription to BOTH, and it just staying from To to From.

This is the struc where the BOTH, FROM , TO variables are located

typedef struct _JabberBuddy {
        GList *resources;
        char *error_msg;
        enum {
                JABBER_INVISIBLE_NONE   = 0,
                JABBER_INVISIBLE_SERVER = 1 << 1,
                JABBER_INVIS_BUDDY      = 1 << 2
        } invisible;
        enum {
                JABBER_SUB_NONE    = 0,
                JABBER_SUB_PENDING = 1 << 1,
                JABBER_SUB_TO      = 1 << 2,
                JABBER_SUB_FROM    = 1 << 3,
                JABBER_SUB_BOTH    = (JABBER_SUB_TO | JABBER_SUB_FROM),
                JABBER_SUB_REMOVE  = 1 << 4
        } subscription;
} JabberBuddy;

When me or my buddy use gaim or other client, and the other one use wengo, it works, because it add the subscription to BOTH. How can I hack in the code so it directly add the subcription to BOTH? or how can i fix this problem!?
Please, any advice will be much appreciated,
Thanks for all the help
Regards,
CJC

_________________________________________________________________
The MSN Entertainment Guide to Golden Globes is here. Get all the scoop. http://tv.msn.com/tv/globes2007/

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to