1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
Commit Graph

14 Commits

Author SHA1 Message Date
Dmitry Podgorny
a114fe88b8 introduce priority support
add new command /priority <int>
improve jabber_update_presence()
use jabber_update_presence() for sending initial presence
save priority and status string to jabber_conn structure
2012-11-13 12:51:28 +02:00
James Booth
7958a450bd Added function to create room jid from room and nick 2012-11-10 18:51:50 +00:00
James Booth
7512d70ff5 Moved ping iq creation to stanza 2012-11-10 00:43:09 +00:00
James Booth
0da40a34d5 Moved roster iq creation to stanza 2012-11-10 00:25:42 +00:00
James Booth
244358afb0 Renamed stanza creation 2012-11-10 00:19:49 +00:00
James Booth
34c21c0a2e Moved update presence handler creation to stanza module 2012-11-10 00:16:56 +00:00
James Booth
ca75c1c231 Moved chat room leave presence creation to stanza module 2012-11-09 01:36:53 +00:00
James Booth
8099dfbde6 Fixed leaving chat room 2012-11-09 01:31:52 +00:00
James Booth
187ea6e8b8 Moved room join stanza creation 2012-11-09 01:04:32 +00:00
James Booth
d2497b2e92 Added stanza constants 2012-11-09 00:51:32 +00:00
James Booth
f167fdd55d Use stanza module to create groupchat messages 2012-11-08 23:44:09 +00:00
James Booth
f90d13bd5e Added xml escaping to stanza module 2012-11-08 23:35:11 +00:00
James Booth
29b5abfe06 Added function to create message stanzas 2012-11-08 23:31:21 +00:00
James Booth
dac4cf3c3c Added stanza module for basic stanza handling
To reduce duplication in jabber module
2012-11-08 23:07:00 +00:00