Moved stanza creation to stanza module
This commit is contained in:
@@ -14,6 +14,7 @@ typedef struct xmpp_stanza_t {
|
||||
struct xmpp_stanza_t *parent;
|
||||
} XMPPStanza;
|
||||
|
||||
XMPPStanza* stanza_new(const char *name, const char **attributes);
|
||||
void stanza_show(XMPPStanza *stanza);
|
||||
void stanza_show_all(void);
|
||||
void stanza_add(XMPPStanza *stanza);
|
||||
|
||||
Reference in New Issue
Block a user