Go to the source code of this file.
Functions
- int xmpp_send_sip_msg (char *from, char *to, char *msg)
- Relay a MESSAGE to a SIP client.
Detailed Description
Definition in file xmpp.h.
Function Documentation
| int xmpp_send_sip_msg |
( |
char * |
from, |
|
|
char * |
to, |
|
|
char * |
msg | |
|
) |
| | |
- Todo:
- This assumes that a message is text/plain, which is not always the case with XMPP messages.
We should propably also set the character set, as all SIP clients doesn't assume utf8 for text/plain
< Request-URI
< To
< From
Definition at line 308 of file xmpp.c.
References _str::len, and _str::s.