Subject: Can't Send Message to Component
i create xmpp component like this. i've already register the subdomain in OpenFire
i'm trying to send message to component like this
but the message is not arrived at the component...
could you please tell me what's wrong ?
- component.XmppDomain = "mediarelay@jakwt";
- component.Hostname = "jakwt";
- component.Password = "secret";
- component.Port = 5275;
- component.Open();
- Console.ReadLine();
i'm trying to send message to component like this
but the message is not arrived at the component...
could you please tell me what's wrong ?