about summary refs log tree commit diff stats
path: root/jabber.h
Commit message (Collapse)AuthorAgeFilesLines
* Added autobuild toolsJames Booth2012-07-011-40/+0
|
* Allow message with status updatesJames Booth2012-05-281-1/+1
|
* Commands for presence updatesJames Booth2012-05-271-12/+1
|
* Added _cmd_awayJames Booth2012-05-271-0/+2
| | | | Not yet sending message to server
* Added jabber_presence_tJames Booth2012-05-271-0/+6
|
* Renamed jabber_status_t -> jabber_conn_status_tJames Booth2012-05-271-3/+4
|
* Do not include self in presence notificationsJames Booth2012-03-091-0/+1
|
* Usage of constJames Booth2012-03-091-3/+3
|
* Added input editing and bufferJames Booth2012-02-261-1/+1
| | | | | Left and right arrows for inline editing. Up arrow to go through history
* Added -notls argument and removed server name hackJames Booth2012-02-261-0/+1
| | | | Added jabber_conn struct to represent connections
* Added enum for jabber connection statusJames Booth2012-02-261-6/+8
| | | | Moved some UI code from Jabber module
* Added GPLJames Booth2012-02-201-0/+22
|
* Merged input processing loopsJames Booth2012-02-201-3/+4
|
* Handles failed logins correctlyJames Booth2012-02-171-1/+6
|
* Added roster commandJames Booth2012-02-091-0/+1
|
* Basic multiwindow chatJames Booth2012-02-081-1/+1
|
* Added app moduleJames Booth2012-02-071-10/+4
|
* Moved function to jabber moduleJames Booth2012-02-051-2/+2
|
* Added jabber moduleJames Booth2012-02-051-0/+15