about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Collapse)AuthorAgeFilesLines
* Use SoftwareVersion in EntityCapabilitiesJames Booth2016-08-131-2/+6
|
* Use DiscoIdentity in EntityCapabilitiesJames Booth2016-08-131-9/+7
|
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-4/+4
|
* Tidy headersJames Booth2016-07-241-2/+3
|
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Option to bookmark room invitesJames Booth2016-05-231-0/+1
| | | | issue #813
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-2/+0
|
* Use hash table for disco featuresJames Booth2016-05-081-6/+0
|
* Add connection_get_disco_info()James Booth2016-05-081-1/+1
|
* Move disco info struct to connectionJames Booth2016-05-071-1/+1
|
* Move available resources to connection structJames Booth2016-05-071-1/+1
|
* Remove redundant tls secured functionJames Booth2016-05-061-1/+1
|
* Move send stanza functionJames Booth2016-05-061-2/+1
|
* Move conn is secure functionJames Booth2016-05-061-1/+1
|
* Move tls peer cert functionJames Booth2016-05-061-3/+3
|
* Move uuid functionsJames Booth2016-05-061-2/+2
|
* Move connection fulljid functionJames Booth2016-05-061-1/+1
|
* Rename jabber_ functionsJames Booth2016-05-061-17/+20
|
* Add session.cJames Booth2016-05-051-2/+2
|
* Tidy xmpp headersJames Booth2016-05-041-23/+7
|
* Add /blocked commandJames Booth2016-05-011-0/+9
|
* Merge remote-tracking branch 'pasis/const-char'James Booth2016-05-011-1/+1
|\
| * Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types.
* | Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+1
|/
* Fix OSX compileJames Booth2016-04-261-42/+0
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-3/+5
|
* Cache all disco items and features on connectDominik Heidler2016-04-201-0/+9
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-4/+4
|
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+1
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-4/+4
|/
* Added autoping timeout preferenceJames Booth2016-01-011-1/+1
|
* Added hardcoded autoping timeoutJames Booth2015-12-311-0/+3
|
* Show current TLS certificateJames Booth2015-11-101-1/+2
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+4
|
* Applied coding style to src/xmpp/James Booth2015-10-261-69/+66
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-1/+1
|
* Removed --disable-tls command line optionJames Booth2015-10-181-1/+1
|
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-121-0/+2
|
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+1
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
|
* Added pgp checks for message sendingJames Booth2015-06-211-1/+2
|
* Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\ | | | | | | | | Conflicts: .travis.yml
| * Added initial stabber testJames Booth2015-05-171-1/+1
| |
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-2/+1
|/
* Renamed presence_update -> presence_sendJames Booth2015-05-071-1/+1
|
* Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
|
* Set members only property when getting room featuresJames Booth2015-03-291-1/+1
|